Added loads of error handling to the new server list download code. Added several new error messages.

This commit is contained in:
lotodore
2008-05-10 18:07:46 +00:00
parent b5c2399603
commit 17d68255b6
5 changed files with 132 additions and 60 deletions
+2 -6
View File
@@ -143,11 +143,9 @@ protected:
// Protected constructor - this is a singleton.
ClientStateSynchronizingServerList();
void Cleanup();
private:
DownloadHelper *m_downloadHelper;
std::auto_ptr<DownloadHelper> m_downloadHelper;
};
// State: Downloading the server list.
@@ -169,11 +167,9 @@ protected:
// Protected constructor - this is a singleton.
ClientStateDownloadingServerList();
void Cleanup();
private:
DownloadHelper *m_downloadHelper;
std::auto_ptr<DownloadHelper> m_downloadHelper;
};
// State: Reading the server list.