Add 1.11.1/1.11.2 protocol (#3575)

This commit is contained in:
mathiascode
2017-02-21 16:11:28 +01:00
committed by Mattes D
parent 9cb1ad546f
commit c89b20695d
9 changed files with 89 additions and 16 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ namespace Metadata
cProtocol_1_10_0::cProtocol_1_10_0(cClientHandle * a_Client, const AString &a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State) :
cProtocol_1_10_0::cProtocol_1_10_0(cClientHandle * a_Client, const AString & a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State) :
super(a_Client, a_ServerAddress, a_ServerPort, a_State)
{
}