summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/java/JavaInvoker.cpp
blob: e1c6a311521249b338e2b2e89f99a09911a3a10b (plain)
1
2
3
4
5
6
7
8
#include "JavaInvoker.h"

namespace uscxml {

JavaInvoker::JavaInvoker() {}
JavaInvoker::~JavaInvoker() {}

}