30 lines
764 B
OpenEdge ABL
30 lines
764 B
OpenEdge ABL
|
|
%include "../common_top.i"
|
||
|
|
|
||
|
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
||
|
|
#ifdef SWIGJAVA
|
||
|
|
%include "std_vector.i"
|
||
|
|
%template(byteVector) std::vector<uint8_t>;
|
||
|
|
|
||
|
|
JAVA_JNI_LOADLIBRARY(javaupm_jhd1313m1)
|
||
|
|
#endif
|
||
|
|
/* END Java syntax */
|
||
|
|
|
||
|
|
/* BEGIN Javascript syntax ------------------------------------------------- */
|
||
|
|
#ifdef SWIGJAVASCRIPT
|
||
|
|
%include "../upm_vectortypes.i"
|
||
|
|
#endif
|
||
|
|
/* END Javascript syntax */
|
||
|
|
|
||
|
|
/* BEGIN Python syntax ----------------------------------------------------- */
|
||
|
|
#ifdef SWIGPYTHON
|
||
|
|
%include "../upm_vectortypes.i"
|
||
|
|
#endif
|
||
|
|
/* END Python syntax */
|
||
|
|
|
||
|
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
||
|
|
%{
|
||
|
|
#include "jhd1313m1.hpp"
|
||
|
|
%}
|
||
|
|
%include "jhd1313m1.hpp"
|
||
|
|
/* END Common SWIG syntax */
|