summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/datamodel/null/NULLDataModel.h
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.h
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.h')
-rw-r--r--src/uscxml/plugins/datamodel/null/NULLDataModel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uscxml/plugins/datamodel/null/NULLDataModel.h b/src/uscxml/plugins/datamodel/null/NULLDataModel.h
index 3d86bf2..924bc8c 100644
--- a/src/uscxml/plugins/datamodel/null/NULLDataModel.h
+++ b/src/uscxml/plugins/datamodel/null/NULLDataModel.h
@@ -54,7 +54,8 @@ public:
virtual Data getStringAsData(const std::string& content);
virtual bool isDeclared(const std::string& expr);
- virtual void eval(const std::string& expr);
+ virtual void eval(const Arabica::DOM::Element<std::string>& scriptElem,
+ const std::string& expr);
virtual std::string evalAsString(const std::string& expr);
virtual bool evalAsBool(const std::string& expr);
virtual double evalAsNumber(const std::string& expr);