summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/DataModel.h
diff options
context:
space:
mode:
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;