From 50186579737c12f11bea815d5fb8db732c6ff3c6 Mon Sep 17 00:00:00 2001 From: tycho Date: Sun, 27 Sep 2015 15:18:31 +0100 Subject: Broken3 --- src/Protocol/LengthenedProtocol.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Protocol/LengthenedProtocol.h') diff --git a/src/Protocol/LengthenedProtocol.h b/src/Protocol/LengthenedProtocol.h index 88550989d..4394614ce 100644 --- a/src/Protocol/LengthenedProtocol.h +++ b/src/Protocol/LengthenedProtocol.h @@ -11,6 +11,10 @@ public: { } + virtual ~cLengthenedProtocol() = default; + + cProtocolError HandleHandshake(cByteBuffer & a_ByteBuffer, std::vector> & a_Actions) override WARN_UNUSED; + protected: virtual cProtocolError DataReceived(const char * a_Data, size_t a_Size, std::vector> & a_Actions) override WARN_UNUSED; /** This method should append the actions from incoming packets to a_Action */ -- cgit v1.2.3