mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-29 12:45:22 +01:00
SF#215 Wrong return type in SocketConnector.h
This commit is contained in:
parent
25ea8ba735
commit
2b1de7e427
@ -205,7 +205,7 @@ protected:
|
||||
return _pReactor;
|
||||
}
|
||||
|
||||
Socket& socket()
|
||||
StreamSocket& socket()
|
||||
/// Returns a reference to the SocketConnector's socket.
|
||||
{
|
||||
return _socket;
|
||||
|
Loading…
x
Reference in New Issue
Block a user