upm/src/swigme.i.in
Serban Waltter 34bb12933d Removed old interfaces and replaced them with the new ones.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2019-04-04 22:15:13 -07:00

21 lines
413 B
OpenEdge ABL

/* This SWIG .i file is generated from UPM CMake. If additional functionality
* is required, custom .i files can be placed in the library directory.
*/
@PYTHON_INTERFACES@
@IMPORT_INTERFACES@
/* Common SWIG syntax */
%include "../common_top.i"
/* Java-specific SWIG syntax */
#ifdef SWIGJAVA
@JAVA_TYPEMAPS@
JAVA_JNI_LOADLIBRARY(javaupm_@libname@)
#endif
%{
@SWIG_HASH_INCLUDES@
%}
@SWIG_PERCENT_INCLUDES@