summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-07-23 11:05:27 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-07-23 11:05:27 (GMT)
commit4a1d9cd369c3a799f4485cf07c4f9d3c231bef7c (patch)
tree00ed65dfdc9303b884104ccde2a1e32a8f550315 /src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
parenta84db30b735877a0bdacebd590acea07e3f140a1 (diff)
downloaduscxml-4a1d9cd369c3a799f4485cf07c4f9d3c231bef7c.zip
uscxml-4a1d9cd369c3a799f4485cf07c4f9d3c231bef7c.tar.gz
uscxml-4a1d9cd369c3a799f4485cf07c4f9d3c231bef7c.tar.bz2
Introduced type="query" attribute for prolog script element
Diffstat (limited to 'src/uscxml/plugins/datamodel/null/NULLDataModel.cpp')
-rw-r--r--src/uscxml/plugins/datamodel/null/NULLDataModel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp b/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
index dac3386..53eaffa 100644
--- a/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
+++ b/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
@@ -61,7 +61,8 @@ void NULLDataModel::setForeach(const std::string& item,
uint32_t iteration) {
}
-void NULLDataModel::eval(const std::string& expr) {
+void NULLDataModel::eval(const Arabica::DOM::Element<std::string>& scriptElem,
+ const std::string& expr) {
}
bool NULLDataModel::isDeclared(const std::string& expr) {