mirror of
https://github.com/socketio/socket.io-client-cpp.git
synced 2026-06-10 20:36:14 +00:00
unify use of 'std' prefix
This commit is contained in:
parent
dc46165d09
commit
933ee08409
@ -56,7 +56,7 @@ namespace sio
|
|||||||
// Client Functions - such as send, etc.
|
// Client Functions - such as send, etc.
|
||||||
void connect(const std::string& uri);
|
void connect(const std::string& uri);
|
||||||
|
|
||||||
void connect(const std::string& uri, const std::map<string,string>& query);
|
void connect(const std::string& uri, const std::map<std::string,std::string>& query);
|
||||||
|
|
||||||
void set_reconnect_attempts(int attempts);
|
void set_reconnect_attempts(int attempts);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user