summaryrefslogtreecommitdiff
path: root/Source/cmServer.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-09-09 10:01:44 +0200
committerTobias Hunger <tobias.hunger@qt.io>2016-09-20 20:48:10 +0200
commitca7799482cbbb38b667fd5d045a0fc95d09a8cf2 (patch)
treed79dc456a8130dcd7ee86137df98b0fe39ae29fd /Source/cmServer.h
parent70b8ba9a0f4403729b9d68719503243982b883f4 (diff)
downloadcmake-ca7799482cbbb38b667fd5d045a0fc95d09a8cf2.tar.gz
server-mode: Automate progress reporting
Wire up cmake::SetProgressUpdate to do progress reporting via the cmake server.
Diffstat (limited to 'Source/cmServer.h')
-rw-r--r--Source/cmServer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmServer.h b/Source/cmServer.h
index 4a9c3f53c6..031ab6444b 100644
--- a/Source/cmServer.h
+++ b/Source/cmServer.h
@@ -43,6 +43,8 @@ public:
private:
void RegisterProtocol(cmServerProtocol* protocol);
+ static void reportProgress(const char* msg, float progress, void* data);
+
// Handle requests:
cmServerResponse SetProtocolVersion(const cmServerRequest& request);