diff options
author | Ivan Shcherbakov <ivan@sysprogs.com> | 2017-07-06 04:24:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-07-06 15:03:14 (GMT) |
commit | 4db32275149e2a68c74d2abf5158ee29976b7300 (patch) | |
tree | 56eaa4bf434c685c77c1d1348e3a617302a4850c /Source/cmServerProtocol.h | |
parent | 8308803167368b873641e5066017536a082f3c68 (diff) | |
download | CMake-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.h | 2 |
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; |