mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00

Signed-off-by: Serban Waltter <serban.waltter@rinftech.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
16 lines
382 B
OpenEdge ABL
16 lines
382 B
OpenEdge ABL
%include "../common_top.i"
|
|
|
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
|
#ifdef SWIGJAVA
|
|
JAVA_JNI_LOADLIBRARY(javaupm_abp)
|
|
#endif
|
|
/* END Java syntax */
|
|
|
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
|
%{
|
|
#include "abp.hpp"
|
|
%}
|
|
%include "interfaces/iTemperature.hpp"
|
|
%include "abp.hpp"
|
|
/* END Common SWIG syntax */
|