summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/java/JavaInvoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/swig/java/JavaInvoker.cpp')
-rw-r--r--src/bindings/swig/java/JavaInvoker.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bindings/swig/java/JavaInvoker.cpp b/src/bindings/swig/java/JavaInvoker.cpp
new file mode 100644
index 0000000..c10ae6d
--- /dev/null
+++ b/src/bindings/swig/java/JavaInvoker.cpp
@@ -0,0 +1,8 @@
+#include "JavaInvoker.h"
+
+namespace uscxml {
+
+JavaInvoker::JavaInvoker() {}
+JavaInvoker::~JavaInvoker() {}
+
+} \ No newline at end of file