summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-07 18:37:10 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-07 18:37:10 (GMT)
commitce6f68d3a24759b9758ee0c5c2486ea53a1827af (patch)
tree479272d5c4959e77d1339d2a3c3ba4563b2ef115 /src/uscxml/Interpreter.h
parent9ce1655e4db76e9a9a5db7b97fb0317d2c4d49ae (diff)
downloaduscxml-ce6f68d3a24759b9758ee0c5c2486ea53a1827af.zip
uscxml-ce6f68d3a24759b9758ee0c5c2486ea53a1827af.tar.gz
uscxml-ce6f68d3a24759b9758ee0c5c2486ea53a1827af.tar.bz2
Fixed JSON in content
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index 2a63604..90540a7 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -267,7 +267,10 @@ protected:
void executeContent(const Arabica::DOM::NodeList<std::string>& content, bool rethrow = false);
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 processContentElement(const Arabica::DOM::Node<std::string>& element,
+ Arabica::DOM::Document<std::string>& dom,
+ std::string& text,
+ Data& data);
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);