mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-06 03:35:48 +00:00
Remove unused function in AutoSocket.h
This commit is contained in:
@@ -153,16 +153,6 @@ public:
|
|||||||
{
|
{
|
||||||
SSL_set_tlsext_host_name(mSocket->native_handle(), host.c_str());
|
SSL_set_tlsext_host_name(mSocket->native_handle(), host.c_str());
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
template <typename HandshakeHandler>
|
|
||||||
BOOST_ASIO_INITFN_RESULT_TYPE(HandshakeHandler,
|
|
||||||
void (boost::system::error_code))
|
|
||||||
async_handshake (handshake_type role,
|
|
||||||
BOOST_ASIO_MOVE_ARG(HandshakeHandler) handler)
|
|
||||||
{
|
|
||||||
return async_handshake_cb (role, handler);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
void async_handshake (handshake_type type, callback cbFunc)
|
void async_handshake (handshake_type type, callback cbFunc)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user