mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
15 lines
352 B
OpenEdge ABL
15 lines
352 B
OpenEdge ABL
%include "../common_top.i"
|
|
|
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
|
#ifdef SWIGJAVA
|
|
JAVA_JNI_LOADLIBRARY(javaupm_si7005)
|
|
#endif
|
|
/* END Java syntax */
|
|
|
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
|
%{
|
|
#include "si7005.hpp"
|
|
%}
|
|
%include "si7005.hpp"
|
|
/* END Common SWIG syntax */
|