summaryrefslogtreecommitdiffstats
path: root/Source/cmServerDictionary.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-09-09 08:01:45 (GMT)
committerTobias Hunger <tobias.hunger@qt.io>2016-09-22 14:30:03 (GMT)
commite22d30e25a264c309bd819edde3eacb1184da800 (patch)
tree06c316445faeeb2a8588fae1e264bbd903e7d712 /Source/cmServerDictionary.h
parentcc576c2c7f3272ec5370dc3cb45838c20d1837f9 (diff)
downloadCMake-e22d30e25a264c309bd819edde3eacb1184da800.zip
CMake-e22d30e25a264c309bd819edde3eacb1184da800.tar.gz
CMake-e22d30e25a264c309bd819edde3eacb1184da800.tar.bz2
server-mode: Allow for sending signals
Enable the server to send signals.
Diffstat (limited to 'Source/cmServerDictionary.h')
-rw-r--r--Source/cmServerDictionary.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmServerDictionary.h b/Source/cmServerDictionary.h
index 379c94d..156ade2 100644
--- a/Source/cmServerDictionary.h
+++ b/Source/cmServerDictionary.h
@@ -21,6 +21,7 @@ static const std::string kHANDSHAKE_TYPE = "handshake";
static const std::string kMESSAGE_TYPE = "message";
static const std::string kPROGRESS_TYPE = "progress";
static const std::string kREPLY_TYPE = "reply";
+static const std::string kSIGNAL_TYPE = "signal";
static const std::string kBUILD_DIRECTORY_KEY = "buildDirectory";
static const std::string kCOOKIE_KEY = "cookie";
@@ -31,6 +32,7 @@ static const std::string kIS_EXPERIMENTAL_KEY = "isExperimental";
static const std::string kMAJOR_KEY = "major";
static const std::string kMESSAGE_KEY = "message";
static const std::string kMINOR_KEY = "minor";
+static const std::string kNAME_KEY = "name";
static const std::string kPROGRESS_CURRENT_KEY = "progressCurrent";
static const std::string kPROGRESS_MAXIMUM_KEY = "progressMaximum";
static const std::string kPROGRESS_MESSAGE_KEY = "progressMessage";