summaryrefslogtreecommitdiffstats
path: root/src/uscxml/util/TASCXMLUtils.h
diff options
context:
space:
mode:
authorrlm <rlm@techsat.com>2020-09-17 15:34:26 (GMT)
committerrlm <rlm@techsat.com>2020-09-17 15:34:26 (GMT)
commite873288774fed79a563f890fd7beb9baf116aca5 (patch)
treed85a8d67f01c0808f237170f2c96eb8eb61d6cb6 /src/uscxml/util/TASCXMLUtils.h
parentc7558dcb7565b132b66ecd42922b3d9681805866 (diff)
downloaduscxml-ts-uscxml-tascxml.zip
uscxml-ts-uscxml-tascxml.tar.gz
uscxml-ts-uscxml-tascxml.tar.bz2
:Jira: ADSVHTNG-1251 - introduced id attribute for set, get and result actionsts-uscxml-tascxml
Change-Id: Ib94ab2585014519bb28ce6d5484f367df8aae04f
Diffstat (limited to 'src/uscxml/util/TASCXMLUtils.h')
-rw-r--r--src/uscxml/util/TASCXMLUtils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/uscxml/util/TASCXMLUtils.h b/src/uscxml/util/TASCXMLUtils.h
index 2c70fab..31068db 100644
--- a/src/uscxml/util/TASCXMLUtils.h
+++ b/src/uscxml/util/TASCXMLUtils.h
@@ -8,6 +8,7 @@
namespace tascxml {
static const uscxml::X NS_PREFIX = uscxml::X("tascxml:");
+ static const uscxml::X kXMLCharId = uscxml::X("id");
static const uscxml::X kXMLCharResultId = uscxml::X("resultid");
static const uscxml::X kXMLCharVerdict = uscxml::X("verdict");
@@ -19,11 +20,8 @@ namespace tascxml {
static const uscxml::X kXMLCharCondition = uscxml::X("condition");
static const uscxml::X kXMLChaRequirementId = uscxml::X("requirementid");
- static const uscxml::X kXMLCharId = uscxml::X("id");
static const uscxml::X kXMLCharDataId = uscxml::X("dataid");
-
static const uscxml::X kXMLCharValue = uscxml::X("value");
- static const uscxml::X kXMLCharValueExpr = uscxml::X("valueexpr");
static const uscxml::X kXMLCharSlope = uscxml::X("slope");
static const uscxml::X kXMLCharStartExpr = uscxml::X("startexpr");