summaryrefslogtreecommitdiffstats
path: root/Source/cmServer.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-09-09 10:50:23 (GMT)
committerTobias Hunger <tobias.hunger@qt.io>2016-09-22 14:30:02 (GMT)
commitcc576c2c7f3272ec5370dc3cb45838c20d1837f9 (patch)
tree602548f309c03bb384d81d254271fd6a01b15516 /Source/cmServer.h
parent277ffa2881d4073a660490f959cb58ad0dcb3f82 (diff)
downloadCMake-cc576c2c7f3272ec5370dc3cb45838c20d1837f9.zip
CMake-cc576c2c7f3272ec5370dc3cb45838c20d1837f9.tar.gz
CMake-cc576c2c7f3272ec5370dc3cb45838c20d1837f9.tar.bz2
server-mode: Pass server into cmServerProtocol
The information will be needed to send signals.
Diffstat (limited to 'Source/cmServer.h')
-rw-r--r--Source/cmServer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmServer.h b/Source/cmServer.h
index dde5333..433b2ac 100644
--- a/Source/cmServer.h
+++ b/Source/cmServer.h
@@ -95,6 +95,7 @@ private:
mutable bool Writing = false;
- friend class cmServerRequest;
friend class cmServerConnection;
+ friend class cmServerProtocol;
+ friend class cmServerRequest;
};