Adding ASN.1 protocol to chat cleaner server.

This commit is contained in:
lotodore
2009-08-14 21:18:28 +00:00
parent 1595da68d9
commit 459d7ed574
7 changed files with 136 additions and 14 deletions
-3
View File
@@ -25,9 +25,6 @@
#include <boost/enable_shared_from_this.hpp>
#include <string>
#define CLEANER_PROTOCOL_VERSION 1
#define MAX_CLEANER_PACKET_SIZE 384
class InternalChatCleanerPacket;
class EncodedPacket;