X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnet%2Fcommunicator.cpp;h=05ef0ea86e0f4e9a6f6710864537a800e61ff663;hb=f97f21c17f24e1d426e5b5863676071a5809b185;hp=c473d53a7e06a5ead67d4e8ca76cdbd826cc478d;hpb=2fbfce0c327c852d33c6713af646abf07b241108;p=libs%2Fnet.git diff --git a/source/net/communicator.cpp b/source/net/communicator.cpp index c473d53..05ef0ea 100644 --- a/source/net/communicator.cpp +++ b/source/net/communicator.cpp @@ -1,6 +1,5 @@ #include #include "communicator.h" -#include "protocol_impl.h" #include "streamsocket.h" using namespace std; @@ -36,7 +35,7 @@ private: public: HandshakeReceiver(); uint64_t get_hash() const { return hash; } - virtual void receive(const Handshake &); + void receive(const Handshake &) override; }; HandshakeReceiver::HandshakeReceiver():