mirror of
https://github.com/eclipse/upm.git
synced 2025-03-16 05:27:28 +03:00

* Fixed a compile issue for the JAVA example * Added C header to swig java/js interface files Signed-off-by: Noel Eck <noel.eck@intel.com>
10 lines
105 B
OpenEdge ABL
10 lines
105 B
OpenEdge ABL
%module jsupm_ims
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "ims.hpp"
|
|
%}
|
|
|
|
%include "ims.h"
|
|
%include "ims.hpp"
|