summaryrefslogtreecommitdiffstats
path: root/src/uscxml/util/TASCXMLUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/util/TASCXMLUtils.h')
-rw-r--r--src/uscxml/util/TASCXMLUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uscxml/util/TASCXMLUtils.h b/src/uscxml/util/TASCXMLUtils.h
index 9e64876..613e837 100644
--- a/src/uscxml/util/TASCXMLUtils.h
+++ b/src/uscxml/util/TASCXMLUtils.h
@@ -28,6 +28,8 @@ namespace tascxml {
static const uscxml::X kXMLCharEndCond = uscxml::X("endcond");
static const uscxml::X kXMLCharDuration = uscxml::X("duration");
+ static const uscxml::X kXMLCharCmdId = uscxml::X("cmdid");
+
}
#endif