mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
10 lines
144 B
OpenEdge ABL
10 lines
144 B
OpenEdge ABL
%module javaupm_adxrs610
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "adxrs610.hpp"
|
|
%}
|
|
|
|
%include "adxrs610.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_adxrs610) |