mirror of
https://github.com/eclipse/upm.git
synced 2025-03-16 05:27:28 +03:00
17 lines
403 B
OpenEdge ABL
17 lines
403 B
OpenEdge ABL
![]() |
%include "../common_top.i"
|
||
|
|
||
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
||
|
#ifdef SWIGJAVA
|
||
|
%include "arrays_java.i";
|
||
|
%include "../java_buffer.i"
|
||
|
JAVA_JNI_LOADLIBRARY(javaupm_rhusb)
|
||
|
#endif
|
||
|
/* END Java syntax */
|
||
|
|
||
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
||
|
%{
|
||
|
#include "rhusb.hpp"
|
||
|
%}
|
||
|
%include "rhusb.hpp"
|
||
|
/* END Common SWIG syntax */
|