mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 15:19:21 +01:00
NetSSL library refactoring
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// StreamSocket.h
|
||||
//
|
||||
// $Id: //poco/svn/Net/include/Poco/Net/StreamSocket.h#2 $
|
||||
// $Id: //poco/Main/Net/include/Poco/Net/StreamSocket.h#3 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Sockets
|
||||
@@ -62,7 +62,7 @@ public:
|
||||
/// Before sending or receiving data, the socket
|
||||
/// must be connected with a call to connect().
|
||||
|
||||
StreamSocket(const SocketAddress& address);
|
||||
explicit StreamSocket(const SocketAddress& address);
|
||||
/// Creates a stream socket and connects it to
|
||||
/// the socket specified by address.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user