summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/uscxml_beautify.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/swig/uscxml_beautify.i')
-rw-r--r--src/bindings/swig/uscxml_beautify.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bindings/swig/uscxml_beautify.i b/src/bindings/swig/uscxml_beautify.i
index 76f371e..4f3d246 100644
--- a/src/bindings/swig/uscxml_beautify.i
+++ b/src/bindings/swig/uscxml_beautify.i
@@ -67,6 +67,10 @@
void setDataModel(WrappedDataModel* dataModel) {
self->setDataModel(boost::shared_ptr<DataModelImpl>(dataModel));
}
+
+ void setInvoker(const std::string invokeId, uscxml::WrappedInvoker* invoker) {
+ self->setInvoker(invokeId, boost::shared_ptr<InvokerImpl>(invoker));
+ }
std::vector<std::string> getBasicConfiguration() {
Arabica::XPath::NodeSet<std::string> nativeConfig = self->getBasicConfiguration();