Network/TcpClient: WaitForConnected now returns new socket state

This commit is contained in:
Lynix
2018-10-01 22:38:20 +02:00
parent 13a515c1b5
commit dad2dbae1c
3 changed files with 16 additions and 16 deletions

View File

@@ -54,7 +54,7 @@ namespace Nz
bool SetCursorPos(UInt64 offset) override;
bool WaitForConnected(UInt64 msTimeout = 3000);
SocketState WaitForConnected(UInt64 msTimeout = 3000);
inline TcpClient& operator=(TcpClient&& tcpClient) = default;