Add NetworkAddress.

This commit is contained in:
Jean-Baptiste Perrier
2021-02-18 18:05:45 +01:00
parent 7ad64d0284
commit af0fb6c6fa
4 changed files with 17 additions and 17 deletions

View File

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