SF#215 Wrong return type in SocketConnector.h

This commit is contained in:
aleks-f 2012-12-11 21:47:47 -06:00
parent 25ea8ba735
commit 2b1de7e427

View File

@ -205,7 +205,7 @@ protected:
return _pReactor;
}
Socket& socket()
StreamSocket& socket()
/// Returns a reference to the SocketConnector's socket.
{
return _socket;