(svn r22399) -Codechange: replace some defines in the tcp/content code so doxygen can create better documentation

This commit is contained in:
rubidium
2011-05-01 11:13:11 +00:00
parent e2c050d256
commit 0e2f541c80
4 changed files with 49 additions and 38 deletions

View File

@@ -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);