From d4737e07241d6b001f40f81de463ffa66a0eac76 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 1 May 2011 11:13:11 +0000 Subject: (svn r22399) -Codechange: replace some defines in the tcp/content code so doxygen can create better documentation --- src/network/network_content.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/network/network_content.h') diff --git a/src/network/network_content.h b/src/network/network_content.h index 4239a005f..37ce654fe 100644 --- a/src/network/network_content.h +++ b/src/network/network_content.h @@ -80,8 +80,8 @@ protected: friend class NetworkContentConnecter; - DECLARE_CONTENT_RECEIVE_COMMAND(PACKET_CONTENT_SERVER_INFO); - DECLARE_CONTENT_RECEIVE_COMMAND(PACKET_CONTENT_SERVER_CONTENT); + virtual bool Receive_SERVER_INFO(Packet *p); + virtual bool Receive_SERVER_CONTENT(Packet *p); ContentInfo *GetContent(ContentID cid); void DownloadContentInfo(ContentID cid); -- cgit v1.2.3-54-g00ecf