This commit is contained in:
Wojtek Figat
2021-03-16 22:31:51 +01:00
parent 3e56cd2c70
commit 1567f8723d
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ public:
static bool Listen(NetworkSocket& socket, uint16 queueSize);
static bool Accept(NetworkSocket& serverSocket, NetworkSocket& newSocket, NetworkEndPoint& newEndPoint);
static bool IsReadable(NetworkSocket& socket);
static bool IsWriteable(NetworkSocket& socket);
static bool IsWritable(NetworkSocket& socket);
static bool CreateSocketGroup(uint32 capacity, NetworkSocketGroup& group);
static bool DestroySocketGroup(NetworkSocketGroup& group);
static int32 Poll(NetworkSocketGroup& group);