Fixing several compiler warnings.

This commit is contained in:
lotodore
2013-09-16 23:11:16 +02:00
parent c6c044b784
commit 20eb7b94bd
7 changed files with 21 additions and 14 deletions
+1
View File
@@ -74,6 +74,7 @@ public:
void SetState(State state);
boost::shared_ptr<boost::asio::ip::tcp::socket> GetAsioSocket();
boost::shared_ptr<WebSocketData> GetWebData();
bool CreateServerAuthSession(Gsasl *context);
bool CreateClientAuthSession(Gsasl *context, const std::string &userName, const std::string &password);