gcc fix.
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
|||||||
bool CreateServerAuthSession(Gsasl *context);
|
bool CreateServerAuthSession(Gsasl *context);
|
||||||
bool CreateClientAuthSession(Gsasl *context, const std::string &userName, const std::string &password);
|
bool CreateClientAuthSession(Gsasl *context, const std::string &userName, const std::string &password);
|
||||||
bool AuthStep(int stepNum, const std::string &inData, std::string &outData);
|
bool AuthStep(int stepNum, const std::string &inData, std::string &outData);
|
||||||
string AuthGetUser();
|
std::string AuthGetUser();
|
||||||
|
|
||||||
void SetReadyFlag();
|
void SetReadyFlag();
|
||||||
void ResetReadyFlag();
|
void ResetReadyFlag();
|
||||||
|
|||||||
Reference in New Issue
Block a user