summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.cpp
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-08-03 21:58:05 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-08-03 21:58:05 (GMT)
commit398630710aef647a2d68705f46c4691994c0f5c9 (patch)
tree34fb7e66b750e75a506eade0483fb38bc9826217 /src/uscxml/Interpreter.cpp
parente46dd37dc472b467ac8da137677bdcd3c4770b29 (diff)
downloaduscxml-398630710aef647a2d68705f46c4691994c0f5c9.zip
uscxml-398630710aef647a2d68705f46c4691994c0f5c9.tar.gz
uscxml-398630710aef647a2d68705f46c4691994c0f5c9.tar.bz2
Fixed parts of issue 88
Diffstat (limited to 'src/uscxml/Interpreter.cpp')
-rw-r--r--src/uscxml/Interpreter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uscxml/Interpreter.cpp b/src/uscxml/Interpreter.cpp
index ff6de81..c16b70c 100644
--- a/src/uscxml/Interpreter.cpp
+++ b/src/uscxml/Interpreter.cpp
@@ -218,6 +218,10 @@ void Interpreter::setActionLanguage(ActionLanguage actionLanguage) {
return _impl->setActionLanguage(actionLanguage);
}
+void Interpreter::setFactory(Factory* factory) {
+ return _impl->setFactory(factory);
+}
+
void Interpreter::addMonitor(InterpreterMonitor* monitor) {
return _impl->addMonitor(monitor);
}