summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-03 19:15:07 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-03 19:15:07 (GMT)
commit2c1de149e0dbbf4e542a88affa2dae391c0c5ff6 (patch)
tree002201eeea3c913495b2f34aae76ff9d77d4e681 /src/uscxml/Interpreter.h
parent2ef535ff30882be189ac0937096d9f0f51d5723a (diff)
downloaduscxml-2c1de149e0dbbf4e542a88affa2dae391c0c5ff6.zip
uscxml-2c1de149e0dbbf4e542a88affa2dae391c0c5ff6.tar.gz
uscxml-2c1de149e0dbbf4e542a88affa2dae391c0c5ff6.tar.bz2
More bug fixes and some comments on the tests
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index 0eac6fb..4bac414 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -287,6 +287,7 @@ protected:
void executeContent(const Arabica::XPath::NodeSet<std::string>& content, bool rethrow = false);
void processContentElement(const Arabica::DOM::Node<std::string>& element, Arabica::DOM::Document<std::string>& dom, std::string& text);
+ void processParamChilds(const Arabica::DOM::Node<std::string>& element, std::multimap<std::string, std::string>& params);
void send(const Arabica::DOM::Node<std::string>& element);
void invoke(const Arabica::DOM::Node<std::string>& element);