From b6c2216749765e4d29fc3fa05dc1023c2c643cce Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 30 Nov 2010 13:38:46 +0000 Subject: (svn r21358) -Codechange: make some network function names conform to coding style --- src/network/core/tcp_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/core/tcp_content.h') diff --git a/src/network/core/tcp_content.h b/src/network/core/tcp_content.h index 24f9f648b..f9ff4be35 100644 --- a/src/network/core/tcp_content.h +++ b/src/network/core/tcp_content.h @@ -210,7 +210,7 @@ public: virtual ~NetworkContentSocketHandler() { this->Close(); } /** Do the actual receiving of packets. */ - void Recv_Packets(); + void ReceivePackets(); }; #endif /* ENABLE_NETWORK */ -- cgit v1.2.3-54-g00ecf