mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
23 lines
489 B
OpenEdge ABL
23 lines
489 B
OpenEdge ABL
#ifdef SWIGPYTHON
|
|
%module (package="upm") 2jciebu01_usb
|
|
#endif
|
|
|
|
%include "../common_top.i"
|
|
|
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
|
#ifdef SWIGJAVA
|
|
JAVA_JNI_LOADLIBRARY(javaupm_2jciebu01_usb)
|
|
#endif
|
|
/* END Java syntax */
|
|
|
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
|
%{
|
|
#include "2jciebu01_usb.hpp"
|
|
#include "2jciebu01.hpp"
|
|
%}
|
|
|
|
%include "2jciebu01_usb.hpp"
|
|
%include "2jciebu01.hpp"
|
|
|
|
/* END Common SWIG syntax */
|