mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 13:07:40 +03:00
17 lines
361 B
OpenEdge ABL
17 lines
361 B
OpenEdge ABL
![]() |
%include "../common_top.i"
|
||
|
|
||
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
||
|
#ifdef SWIGJAVA
|
||
|
%ignore flowISR;
|
||
|
|
||
|
JAVA_JNI_LOADLIBRARY(javaupm_wfs)
|
||
|
#endif
|
||
|
/* END Java syntax */
|
||
|
|
||
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
||
|
%{
|
||
|
#include "wfs.hpp"
|
||
|
%}
|
||
|
%include "wfs.hpp"
|
||
|
/* END Common SWIG syntax */
|