mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 21:17:29 +03:00
15 lines
343 B
OpenEdge ABL
15 lines
343 B
OpenEdge ABL
![]() |
%include "../common_top.i"
|
||
|
|
||
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
||
|
#ifdef SWIGJAVA
|
||
|
JAVA_JNI_LOADLIBRARY(javaupm_abp)
|
||
|
#endif
|
||
|
/* END Java syntax */
|
||
|
|
||
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
||
|
%{
|
||
|
#include "abp.hpp"
|
||
|
%}
|
||
|
%include "abp.hpp"
|
||
|
/* END Common SWIG syntax */
|