summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/datamodel/null/NULLDataModel.cpp')
-rw-r--r--src/uscxml/plugins/datamodel/null/NULLDataModel.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp b/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
index 45d7a5c..073657a 100644
--- a/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
+++ b/src/uscxml/plugins/datamodel/null/NULLDataModel.cpp
@@ -76,6 +76,10 @@ bool NULLDataModel::validate(const std::string& location, const std::string& sch
return true;
}
+bool NULLDataModel::isLocation(const std::string& expr) {
+ return true;
+}
+
uint32_t NULLDataModel::getLength(const std::string& expr) {
return 0;
}