15 lines
358 B
OpenEdge ABL
15 lines
358 B
OpenEdge ABL
%include "../common_top.i"
|
|
|
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
|
#ifdef SWIGJAVA
|
|
JAVA_JNI_LOADLIBRARY(javaupm_max44009)
|
|
#endif
|
|
/* END Java syntax */
|
|
|
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
|
%{
|
|
#include "max44009.hpp"
|
|
%}
|
|
%include "max44009.hpp"
|
|
/* END Common SWIG syntax */
|