mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 21:17:29 +03:00
17 lines
356 B
OpenEdge ABL
17 lines
356 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.
|
||
|
*/
|
||
|
|
||
|
/* Common SWIG syntax */
|
||
|
%include "../common_top.i"
|
||
|
|
||
|
%{
|
||
|
@SWIG_HASH_INCLUDES@
|
||
|
%}
|
||
|
@SWIG_PERCENT_INCLUDES@
|
||
|
|
||
|
/* Java-specific SWIG syntax */
|
||
|
#ifdef SWIGJAVA
|
||
|
JAVA_JNI_LOADLIBRARY(javaupm_@libname@)
|
||
|
#endif
|