Network/TcpClient: Remove unreliable QueryState()

Former-commit-id: 75d61ca0d84150a278c168c81af4c755e8a74d91
This commit is contained in:
Lynix
2015-11-13 14:17:43 +01:00
parent a324f44901
commit 3a4acd9584
2 changed files with 0 additions and 58 deletions

View File

@@ -37,8 +37,6 @@ namespace Nz
inline bool IsLowDelayEnabled() const;
inline bool IsKeepAliveEnabled() const;
SocketState QueryState();
bool Receive(void* buffer, std::size_t size, std::size_t* received);
bool Send(const void* buffer, std::size_t size, std::size_t* sent);