summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/t8100/javaupm_t8100.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/t8100/javaupm_t8100.i')
-rw-r--r--peripheral/libupm/src/t8100/javaupm_t8100.i22
1 files changed, 0 insertions, 22 deletions
diff --git a/peripheral/libupm/src/t8100/javaupm_t8100.i b/peripheral/libupm/src/t8100/javaupm_t8100.i
deleted file mode 100644
index 20e9a92..0000000
--- a/peripheral/libupm/src/t8100/javaupm_t8100.i
+++ /dev/null
@@ -1,22 +0,0 @@
-%module javaupm_t8100
-%include "../upm.i"
-%include "typemaps.i"
-
-%include "bacnetmstp.hpp"
-%include "bacnetutil.hpp"
-%include "t8100.hpp"
-%{
- #include "t8100.hpp"
-%}
-
-
-%pragma(java) jniclasscode=%{
- static {
- try {
- System.loadLibrary("javaupm_t8100");
- } catch (UnsatisfiedLinkError e) {
- System.err.println("Native code library failed to load. \n" + e);
- System.exit(1);
- }
- }
-%}