mirror of
https://github.com/eclipse/upm.git
synced 2025-03-29 11:50:02 +03:00

Signed-off-by: Bogdan Ichim <bogdan.ichim@rinftech.com> Signed-off-by: Stefan Andritoiu <stefan.andritoiu@gmail.com>
12 lines
250 B
OpenEdge ABL
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"
|
|
%} |