upm/src/2smpb02e/2smpb02e.i
2019-10-02 17:28:10 -05:00

20 lines
420 B
OpenEdge ABL

#ifdef SWIGPYTHON
%module (package="upm") om2smpb02e
#endif
%include "../common_top.i"
/* BEGIN Java syntax ------------------------------------------------------- */
#ifdef SWIGJAVA
JAVA_JNI_LOADLIBRARY(javaupm_2smpb02e)
#endif
/* END Java syntax */
/* BEGIN Common SWIG syntax ------------------------------------------------- */
%{
#include "2smpb02e.hpp"
%}
%include "2smpb02e.hpp"
/* END Common SWIG syntax */