Removed GetProtocolVersion() from the protocols.
This commit is contained in:
@@ -11,7 +11,6 @@ Implements the 1.8.x protocol classes:
|
||||
#include "Globals.h"
|
||||
#include "json/json.h"
|
||||
#include "Protocol18x.h"
|
||||
#include "ProtocolRecognizer.h"
|
||||
#include "ChunkDataSerializer.h"
|
||||
#include "PolarSSL++/Sha1Checksum.h"
|
||||
|
||||
@@ -92,7 +91,7 @@ extern bool g_ShouldLogCommIn, g_ShouldLogCommOut;
|
||||
// cProtocol180:
|
||||
|
||||
cProtocol180::cProtocol180(cClientHandle * a_Client, const AString & a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State) :
|
||||
super(a_Client, cProtocolRecognizer::PROTO_VERSION_1_8_0),
|
||||
super(a_Client),
|
||||
m_ServerAddress(a_ServerAddress),
|
||||
m_ServerPort(a_ServerPort),
|
||||
m_State(a_State),
|
||||
|
||||
Reference in New Issue
Block a user