Fix typo
This commit is contained in:
@@ -57,7 +57,7 @@ bool NetworkBase::IsReadable(NetworkSocket& socket)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool NetworkBase::IsWriteable(NetworkSocket& socket)
|
||||
bool NetworkBase::IsWritable(NetworkSocket& socket)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -201,7 +201,7 @@ public:
|
||||
/// </summary>
|
||||
/// <param name="socket">The socket.</param>
|
||||
/// <returns>Returns true when data can be written. Otherwise false.</returns>
|
||||
static bool IsWriteable(NetworkSocket& socket);
|
||||
static bool IsWritable(NetworkSocket& socket);
|
||||
|
||||
/// <summary>
|
||||
/// Creates a socket group. It allocate memory based on the desired capacity.
|
||||
|
||||
Reference in New Issue
Block a user