(svn r15178) -Change: rename 'update' to 'upgrade' as that's a bit more clear

This commit is contained in:
rubidium
2009-01-20 21:05:13 +00:00
parent 1b7db6444f
commit fd7063530c
5 changed files with 30 additions and 26 deletions

View File

@@ -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: