1
0

Removed GetProtocolVersion() from the protocols.

This commit is contained in:
Howaner
2014-09-11 22:27:35 +02:00
parent d815aeaefd
commit 6d5a5eb665
7 changed files with 6 additions and 19 deletions

View File

@@ -26,7 +26,7 @@
cProtocolRecognizer::cProtocolRecognizer(cClientHandle * a_Client) :
super(a_Client, 0),
super(a_Client),
m_Protocol(NULL),
m_Buffer(512)
{