upm/src/smartdrive/smartdrive.i

15 lines
364 B
OpenEdge ABL
Raw Normal View History

%include "../common_top.i"
/* BEGIN Java syntax ------------------------------------------------------- */
#ifdef SWIGJAVA
JAVA_JNI_LOADLIBRARY(javaupm_smartdrive)
#endif
/* END Java syntax */
/* BEGIN Common SWIG syntax ------------------------------------------------- */
%{
#include "smartdrive.hpp"
%}
%include "smartdrive.hpp"
/* END Common SWIG syntax */