mirror of
https://github.com/eclipse/upm.git
synced 2025-10-29 14:15:33 +03:00
ims: Fixed IMS java example
* 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>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "ims.hpp"
|
||||
%}
|
||||
|
||||
%include "ims.h"
|
||||
%include "ims.hpp"
|
||||
|
||||
%pragma(java) jniclasscode=%{
|
||||
|
||||
@@ -5,4 +5,5 @@
|
||||
#include "ims.hpp"
|
||||
%}
|
||||
|
||||
%include "ims.h"
|
||||
%include "ims.hpp"
|
||||
|
||||
Reference in New Issue
Block a user