mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
20 lines
420 B
OpenEdge ABL
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 */
|