summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter
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
parente46dd37dc472b467ac8da137677bdcd3c4770b29 (diff)
downloaduscxml-398630710aef647a2d68705f46c4691994c0f5c9.zip
uscxml-398630710aef647a2d68705f46c4691994c0f5c9.tar.gz
uscxml-398630710aef647a2d68705f46c4691994c0f5c9.tar.bz2
Fixed parts of issue 88
Diffstat (limited to 'src/uscxml/interpreter')
-rw-r--r--src/uscxml/interpreter/InterpreterImpl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uscxml/interpreter/InterpreterImpl.h b/src/uscxml/interpreter/InterpreterImpl.h
index 84aab20..26f117d 100644
--- a/src/uscxml/interpreter/InterpreterImpl.h
+++ b/src/uscxml/interpreter/InterpreterImpl.h
@@ -235,6 +235,10 @@ public:
_delayQueue = al.delayedQueue;
}
+ void setFactory(Factory* factory) {
+ _factory = factory;
+ }
+
static std::map<std::string, std::weak_ptr<InterpreterImpl> > getInstances();
virtual XERCESC_NS::DOMDocument* getDocument() {