summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2018-03-20 09:15:44 (GMT)
committerStefan Radomski <github@mintwerk.de>2018-03-20 09:15:44 (GMT)
commit13faf5337e2d144b530e5b0bcf07480ef29471ec (patch)
tree5583a58a528c25a89b6024d0c8918c4410c42fe0 /src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
parent008cca1a15ac9178c57de77d2f6699d9de3088cb (diff)
downloaduscxml-13faf5337e2d144b530e5b0bcf07480ef29471ec.zip
uscxml-13faf5337e2d144b530e5b0bcf07480ef29471ec.tar.gz
uscxml-13faf5337e2d144b530e5b0bcf07480ef29471ec.tar.bz2
Reduced xerces deps and new transition callback
Diffstat (limited to 'src/bindings/swig/wrapped/WrappedInterpreterMonitor.h')
-rw-r--r--src/bindings/swig/wrapped/WrappedInterpreterMonitor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h b/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
index cd4404b..532877b 100644
--- a/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
+++ b/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
@@ -92,6 +92,7 @@ public:
void beforeTakingTransition(const std::string& sessionId,
+ const std::string& targetList,
const XERCESC_NS::DOMElement* transition);
virtual void beforeTakingTransition(const std::string& xpath,
const std::string& source,
@@ -99,6 +100,7 @@ public:
const std::string& transitionXML) {}
void afterTakingTransition(const std::string& sessionId,
+ const std::string& targetList,
const XERCESC_NS::DOMElement* transition);
virtual void afterTakingTransition(const std::string& xpath,
const std::string& source,