ppd42ns: C implementation; C++ wraps C
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
%module javaupm_ppd42ns
|
||||
%include "../upm.i"
|
||||
|
||||
%include "ppd42ns_data.h"
|
||||
%include "ppd42ns.hpp"
|
||||
%{
|
||||
#include "ppd42ns.hpp"
|
||||
%}
|
||||
|
||||
%include "ppd42ns.hpp"
|
||||
|
||||
%pragma(java) jniclasscode=%{
|
||||
static {
|
||||
@@ -16,4 +17,4 @@
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
%}
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user