Changed InternalTags names to be lower case

Removed parameter less constructor from TcpClient
Added UdpClient files
This commit is contained in:
xX-TheDoctor-Xx
2016-08-21 15:24:28 +01:00
parent 996b88c0f6
commit 74d9d5db87
16 changed files with 40 additions and 26 deletions

View File

@ -14,7 +14,6 @@
struct TcpClient
{
TcpClient();
TcpClient(const SOCKET &socket);
TcpClient(const std::string &ip);
TcpClient(const std::string &ip, uint16 port = default_client_port);