From 84bf48afaecf941005c89c3e0465bc6308634664 Mon Sep 17 00:00:00 2001 From: tycho Date: Sat, 3 Oct 2015 23:23:28 +0100 Subject: Broken --- src/Protocol/Protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Protocol/Protocol.h') diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h index e3b64211f..303278fcc 100644 --- a/src/Protocol/Protocol.h +++ b/src/Protocol/Protocol.h @@ -208,7 +208,7 @@ protected: /** Sends a single packet contained within the cPacketizer class. The cPacketizer's destructor calls this to send the contained packet; protocol may transform the data (compression in 1.8 etc). */ - virtual void SendPacket(cPacketizer & a_Packet) = 0; + //virtual void SendPacket(cPacketizer & a_Packet) = 0; /** The logfile where the comm is logged, when g_ShouldLogComm is true */ cFile m_CommLogFile; -- cgit v1.2.3