summaryrefslogtreecommitdiff
path: root/Source/cmServer.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-09-09 10:01:45 +0200
committerTobias Hunger <tobias.hunger@qt.io>2016-09-22 16:30:03 +0200
commite22d30e25a264c309bd819edde3eacb1184da800 (patch)
tree06c316445faeeb2a8588fae1e264bbd903e7d712 /Source/cmServer.h
parentcc576c2c7f3272ec5370dc3cb45838c20d1837f9 (diff)
downloadcmake-e22d30e25a264c309bd819edde3eacb1184da800.tar.gz
server-mode: Allow for sending signals
Enable the server to send signals.
Diffstat (limited to 'Source/cmServer.h')
-rw-r--r--Source/cmServer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmServer.h b/Source/cmServer.h
index 433b2ac33f..849e5c5064 100644
--- a/Source/cmServer.h
+++ b/Source/cmServer.h
@@ -63,6 +63,7 @@ private:
void WriteResponse(const cmServerResponse& response,
const DebugInfo* debug) const;
void WriteParseError(const std::string& message) const;
+ void WriteSignal(const std::string& name, const Json::Value& obj) const;
void WriteJsonObject(Json::Value const& jsonValue,
const DebugInfo* debug) const;