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

namespace uscxml {

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