Encrypt own cards which are sent at the beginning of the hand - only applicable to registered users.
This commit is contained in:
@@ -62,6 +62,7 @@ public:
|
||||
bool AuthStep(int stepNum, const std::string &inData);
|
||||
std::string AuthGetUser() const;
|
||||
void AuthSetPassword(const std::string &password);
|
||||
std::string AuthGetPassword() const;
|
||||
std::string AuthGetNextOutMsg() const;
|
||||
int AuthGetCurStepNum() const;
|
||||
|
||||
@@ -102,6 +103,7 @@ private:
|
||||
Gsasl_session *m_authSession;
|
||||
int m_curAuthStep;
|
||||
std::string m_nextGsaslMsg;
|
||||
std::string m_password;
|
||||
|
||||
mutable boost::mutex m_dataMutex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user