(svn r21358) -Codechange: make some network function names conform to coding style
This commit is contained in:
@@ -210,7 +210,7 @@ public:
|
||||
virtual ~NetworkContentSocketHandler() { this->Close(); }
|
||||
|
||||
/** Do the actual receiving of packets. */
|
||||
void Recv_Packets();
|
||||
void ReceivePackets();
|
||||
};
|
||||
|
||||
#endif /* ENABLE_NETWORK */
|
||||
|
||||
Reference in New Issue
Block a user