summaryrefslogtreecommitdiffstats
path: root/Source/cmServerProtocol.h
diff options
context:
space:
mode:
authorIvan Shcherbakov <ivan@sysprogs.com>2017-07-06 04:24:29 (GMT)
committerBrad King <brad.king@kitware.com>2017-07-06 15:03:14 (GMT)
commit4db32275149e2a68c74d2abf5158ee29976b7300 (patch)
tree56eaa4bf434c685c77c1d1348e3a617302a4850c /Source/cmServerProtocol.h
parent8308803167368b873641e5066017536a082f3c68 (diff)
downloadCMake-4db32275149e2a68c74d2abf5158ee29976b7300.zip
CMake-4db32275149e2a68c74d2abf5158ee29976b7300.tar.gz
CMake-4db32275149e2a68c74d2abf5158ee29976b7300.tar.bz2
server: Rename cmServerProtocol1_0 to cmServerProtocol1
It will serve additional minor versions. Suggested-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'Source/cmServerProtocol.h')
-rw-r--r--Source/cmServerProtocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmServerProtocol.h b/Source/cmServerProtocol.h
index 83b3d58..4e57bb6 100644
--- a/Source/cmServerProtocol.h
+++ b/Source/cmServerProtocol.h
@@ -98,7 +98,7 @@ private:
friend class cmServer;
};
-class cmServerProtocol1_0 : public cmServerProtocol
+class cmServerProtocol1 : public cmServerProtocol
{
public:
std::pair<int, int> ProtocolVersion() const override;