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_listen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/core/tcp_listen.h') diff --git a/src/network/core/tcp_listen.h b/src/network/core/tcp_listen.h index 83a7f2fd8..0223ad42f 100644 --- a/src/network/core/tcp_listen.h +++ b/src/network/core/tcp_listen.h @@ -129,7 +129,7 @@ public: FOR_ALL_ITEMS_FROM(Tsocket, idx, cs, 0) { cs->writable = !!FD_ISSET(cs->sock, &write_fd); if (FD_ISSET(cs->sock, &read_fd)) { - cs->Recv_Packets(); + cs->ReceivePackets(); } } return _networking; -- cgit v1.2.3-54-g00ecf