mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +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