From 4fe2370a490f7dc0460edaccc916766325187319 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Wed, 7 Oct 2015 14:36:30 +0200 Subject: Change CMD_SIGN into Config.CRSM.CommandSign --- src/CRSMConfig.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CRSMConfig.hpp') diff --git a/src/CRSMConfig.hpp b/src/CRSMConfig.hpp index 1c265ec..c8750dd 100644 --- a/src/CRSMConfig.hpp +++ b/src/CRSMConfig.hpp @@ -244,6 +244,7 @@ public: struct { Port ManagementPort = 9372; String ListFolder = "ScenarioLists"; + String CommandSign = "!"; } CRSM; struct { @@ -319,6 +320,7 @@ public: explicit CRSMConfig() : CRSMConfigBase({ ConfigValue(CRSM.ManagementPort), ConfigValue(CRSM.ListFolder), + ConfigValue(CRSM.CommandSign), -- cgit v1.2.3-54-g00ecf