summaryrefslogtreecommitdiffstats
path: root/Source/cmServerProtocol.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-09-09 08:01:46 (GMT)
committerTobias Hunger <tobias.hunger@qt.io>2016-09-28 16:32:54 (GMT)
commit84553a6e709ea810f3e7fc5ece5daa1c53be5cda (patch)
tree2b9c3ec68f7581ee046e057c9aefb2dad5a64c92 /Source/cmServerProtocol.h
parentead71873b2025a28df1208bbd3f2f8e1918a120c (diff)
downloadCMake-84553a6e709ea810f3e7fc5ece5daa1c53be5cda.zip
CMake-84553a6e709ea810f3e7fc5ece5daa1c53be5cda.tar.gz
CMake-84553a6e709ea810f3e7fc5ece5daa1c53be5cda.tar.bz2
server-mode: Add command to retrieve build system files
Add a command to retrieve files that are input to cmake itself.
Diffstat (limited to 'Source/cmServerProtocol.h')
-rw-r--r--Source/cmServerProtocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmServerProtocol.h b/Source/cmServerProtocol.h
index 193e0a3..2a6b193 100644
--- a/Source/cmServerProtocol.h
+++ b/Source/cmServerProtocol.h
@@ -108,6 +108,7 @@ private:
std::string* errorMessage) override;
// Handle requests:
+ cmServerResponse ProcessCMakeInputs(const cmServerRequest& request);
cmServerResponse ProcessCodeModel(const cmServerRequest& request);
cmServerResponse ProcessCompute(const cmServerRequest& request);
cmServerResponse ProcessConfigure(const cmServerRequest& request);