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:
Noel Eck
2016-11-29 09:56:57 -08:00
parent 9a4f0cae0c
commit 929244b27a
4 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@
#include "ims.hpp"
%}
%include "ims.h"
%include "ims.hpp"
%pragma(java) jniclasscode=%{

View File

@ -5,4 +5,5 @@
#include "ims.hpp"
%}
%include "ims.h"
%include "ims.hpp"