Files
upm/src/th02/javaupm_th02.i

10 lines
128 B
OpenEdge ABL

%module javaupm_th02
%include "../upm.i"
%{
#include "th02.hpp"
%}
%include "th02.hpp"
JAVA_JNI_LOADLIBRARY(javaupm_th02)