mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
10 lines
120 B
OpenEdge ABL
10 lines
120 B
OpenEdge ABL
%module javaupm_o2
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "o2.hpp"
|
|
%}
|
|
|
|
%include "o2.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_o2) |