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