Added more 1.8 protocol things.
This commit is contained in:
@@ -23,13 +23,15 @@ protected:
|
||||
Serializations m_Serializations;
|
||||
|
||||
void Serialize29(AString & a_Data); // Release 1.2.4 and 1.2.5
|
||||
void Serialize39(AString & a_Data); // Release 1.3.1 and 1.3.2
|
||||
void Serialize39(AString & a_Data); // Release 1.3.1 to 1.7.10
|
||||
void Serialize80(AString & a_Data); // Release 1.8
|
||||
|
||||
public:
|
||||
enum
|
||||
{
|
||||
RELEASE_1_2_5 = 29,
|
||||
RELEASE_1_3_2 = 39,
|
||||
RELEASE_1_8_0 = 47,
|
||||
} ;
|
||||
|
||||
cChunkDataSerializer(
|
||||
|
||||
Reference in New Issue
Block a user