Simplified name NetworkProtocol.

This commit is contained in:
Jean-Baptiste Perrier
2021-02-15 20:52:35 +01:00
parent 4e19b85e00
commit 134aec2d15
4 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
#include "NetworkBase.h"
bool NetworkBase::CreateSocket(NetworkSocket& socket, NetworkProtocolType proto, NetworkIPVersion ipv)
bool NetworkBase::CreateSocket(NetworkSocket& socket, NetworkProtocol proto, NetworkIPVersion ipv)
{
return true;
}