28 #ifndef WEBSOCKETPP_TRANSPORT_BASE_HPP 29 #define WEBSOCKETPP_TRANSPORT_BASE_HPP 31 #include <websocketpp/common/functional.hpp> 32 #include <websocketpp/common/system_error.hpp> void handle_accept(connection_ptr con, lib::error_code const &ec)
Handler callback for start_accept.
lib::function< void(lib::error_code const &)> connect_handler
The type and signature of the callback passed to the connect method.