More work on rejoin. Server still sends a denial message.

This commit is contained in:
lotodore
2011-09-11 17:41:56 +00:00
parent 32ba77709e
commit 945a8f4588
15 changed files with 131 additions and 55 deletions
+3
View File
@@ -94,6 +94,8 @@ public:
void SetNumber(int number);
std::string GetGuid() const;
void SetGuid(const std::string &guid);
std::string GetOldGuid() const;
void SetOldGuid(const std::string &guid);
DB_id GetDBId() const;
void SetDBId(DB_id id);
@@ -104,6 +106,7 @@ private:
DB_id m_dbId;
int m_number;
std::string m_guid;
std::string m_oldGuid;
std::string m_name;
std::string m_password;
std::string m_country;