mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
server-mode: Allow for sending signals
Enable the server to send signals.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user