summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/DataModel.h
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-08-01 21:47:10 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-08-01 21:47:10 (GMT)
commit045bde78c0587316e0373c7698413412d0f315f9 (patch)
treef90d4ceb9d48fdc0dc240fce031dc81308e471dd /src/uscxml/plugins/DataModel.h
parente0a7e43e2e41639bb50127cc5419b712a7b1f6e2 (diff)
downloaduscxml-045bde78c0587316e0373c7698413412d0f315f9.zip
uscxml-045bde78c0587316e0373c7698413412d0f315f9.tar.gz
uscxml-045bde78c0587316e0373c7698413412d0f315f9.tar.bz2
Reenabled V8, Debugger tests and smaller fixes
Diffstat (limited to 'src/uscxml/plugins/DataModel.h')
-rw-r--r--src/uscxml/plugins/DataModel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uscxml/plugins/DataModel.h b/src/uscxml/plugins/DataModel.h
index b5ab31c..f8f19c4 100644
--- a/src/uscxml/plugins/DataModel.h
+++ b/src/uscxml/plugins/DataModel.h
@@ -79,13 +79,13 @@ public:
const std::map<std::string, std::string>& attr = std::map<std::string, std::string>());
/// @copydoc DataModelImpl::isDeclared()
- virtual bool isDeclared(const std::string& expr);
+ DEPRECATED virtual bool isDeclared(const std::string& expr);
/// @copydoc DataModelImpl::replaceExpressions()
- size_t replaceExpressions(std::string& content);
+ DEPRECATED size_t replaceExpressions(std::string& content);
/// @copydoc DataModelImpl::addExtension()
- virtual void addExtension(DataModelExtension* ext);
+ DEPRECATED virtual void addExtension(DataModelExtension* ext);
protected:
std::shared_ptr<DataModelImpl> _impl;