summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-07 19:37:36 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-07 19:37:36 (GMT)
commit1c7064006d4283ffbfa64febea397e68df8e2b54 (patch)
tree14cdda919b95ead3dd33236e9f4a14e32c52bc51 /src/uscxml/Interpreter.h
parent409227b83b795582e8d00339f0cbf592ed39590b (diff)
downloaduscxml-1c7064006d4283ffbfa64febea397e68df8e2b54.zip
uscxml-1c7064006d4283ffbfa64febea397e68df8e2b54.tar.gz
uscxml-1c7064006d4283ffbfa64febea397e68df8e2b54.tar.bz2
Reformatted and removed superfluous std::couts
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index 90540a7..141d630 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -268,9 +268,9 @@ 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,
- Data& data);
+ 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);