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

namespace uscxml {

WrappedInvoker::WrappedInvoker() {}
WrappedInvoker::~WrappedInvoker() {}

}