summaryrefslogtreecommitdiffstats
path: root/src/uscxml/util/TASCXMLUtils.h
diff options
context:
space:
mode:
authorrlm <rlm@techsat.com>2020-05-13 13:52:04 (GMT)
committerrlm <rlm@techsat.com>2020-05-13 13:52:04 (GMT)
commit06fb01af83ca81b827bbdbddddb3a5f2ae9fdfcf (patch)
treeba1370212c3d8ff6263f0c2387b6ff83695ca2a0 /src/uscxml/util/TASCXMLUtils.h
parent358bfca30fbb055c5c47e8479246327231d83dca (diff)
downloaduscxml-06fb01af83ca81b827bbdbddddb3a5f2ae9fdfcf.zip
uscxml-06fb01af83ca81b827bbdbddddb3a5f2ae9fdfcf.tar.gz
uscxml-06fb01af83ca81b827bbdbddddb3a5f2ae9fdfcf.tar.bz2
:Jira: ADSVHTNG-1209 - updated signature of set function as per TA standard version 5
Change-Id: I237727754143ce02a52f17b7a4b35bb89a7872a6
Diffstat (limited to 'src/uscxml/util/TASCXMLUtils.h')
-rw-r--r--src/uscxml/util/TASCXMLUtils.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/uscxml/util/TASCXMLUtils.h b/src/uscxml/util/TASCXMLUtils.h
index 9620b92..4d34695 100644
--- a/src/uscxml/util/TASCXMLUtils.h
+++ b/src/uscxml/util/TASCXMLUtils.h
@@ -18,8 +18,9 @@ namespace tascxml {
static const uscxml::X kXMLCharCurrentVaue = uscxml::X("currentvalue");
static const uscxml::X kXMLCharDataId = uscxml::X("dataid");
- static const uscxml::X kXMLCharValue = uscxml::X("value");
+ static const uscxml::X kXMLCharValue = uscxml::X("value");
+ static const uscxml::X kXMLCharValueExpr = uscxml::X("valueexpr");
}
-#endif \ No newline at end of file
+#endif