forked from mirror/OpenTTD
(svn r21358) -Codechange: make some network function names conform to coding style
This commit is contained in:
@@ -35,11 +35,11 @@ public:
|
||||
bool IsConnected() const { return this->sock != INVALID_SOCKET; }
|
||||
|
||||
virtual NetworkRecvStatus CloseConnection(bool error = true);
|
||||
void Send_Packet(Packet *packet);
|
||||
bool Send_Packets(bool closing_down = false);
|
||||
void SendPacket(Packet *packet);
|
||||
bool SendPackets(bool closing_down = false);
|
||||
bool IsPacketQueueEmpty();
|
||||
|
||||
Packet *Recv_Packet();
|
||||
Packet *ReceivePacket();
|
||||
|
||||
bool CanSendReceive();
|
||||
|
||||
|
Reference in New Issue
Block a user