upm/src/interfaces/javaupm_iLightController.i
Stefan Andritoiu fe9254c004 java: Created a general interface that is no longer included in each package and updated examples
Signed-off-by: Bogdan Ichim <bogdan.ichim@rinftech.com>
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@gmail.com>
2017-04-25 11:57:54 -07:00

12 lines
250 B
OpenEdge ABL

#if SWIG_VERSION >= 0x030009
%include <swiginterface.i>
%interface_impl(upm::ILightController);
#endif
%include "javaupm_interfaces.i"
%include "javaupm_iModuleStatus.i"
%include "iLightController.hpp"
%{
#include "iLightController.hpp"
%}