Add bindable argument.

This commit is contained in:
Jean-Baptiste Perrier
2021-01-23 20:21:06 +01:00
parent 54da2c8de0
commit c9655eee8f
4 changed files with 5 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ int32 NetworkBase::ReadSocket(NetworkSocket socket, byte* buffer, uint32 bufferS
return 0;
}
bool NetworkBase::CreateEndPoint(String* address, String* port, NetworkIPVersion ipv, NetworkEndPoint& endPoint)
bool NetworkBase::CreateEndPoint(String* address, String* port, NetworkIPVersion ipv, NetworkEndPoint& endPoint, bool bindable)
{
return false;
}