mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 21:17:29 +03:00

Signed-off-by: Serban Waltter <serban.waltter@rinftech.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
21 lines
413 B
OpenEdge ABL
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@
|