server-mode: Allow for sending signals

Enable the server to send signals.
This commit is contained in:
Tobias Hunger
2016-09-09 10:01:45 +02:00
parent cc576c2c7f
commit e22d30e25a
6 changed files with 33 additions and 0 deletions
+1
View File
@@ -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;