From fd7063530c5d089c85e5db35afac089921079768 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 20 Jan 2009 21:05:13 +0000 Subject: (svn r15178) -Change: rename 'update' to 'upgrade' as that's a bit more clear --- src/network/core/tcp_content.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 e084f5fc7..4d304017a 100644 --- a/src/network/core/tcp_content.h +++ b/src/network/core/tcp_content.h @@ -71,7 +71,7 @@ struct ContentInfo { uint8 tag_count; ///< Number of tags char (*tags)[32]; ///< Malloced array of tags (strings) State state; ///< Whether the content info is selected (for download) - bool update; ///< This item is an update + bool upgrade; ///< This item is an upgrade /** Clear everything in the struct */ ContentInfo(); @@ -103,7 +103,7 @@ class NetworkContentSocketHandler : public NetworkTCPSocketHandler { protected: struct sockaddr_in client_addr; ///< The address we're connected to. NetworkRecvStatus CloseConnection(); - void Close(); + virtual void Close(); /** * Client requesting a list of content info: -- cgit v1.2.3-70-g09d2