diff options
| author | becks <[email protected]> | 2022-02-10 16:47:57 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:57 +0300 |
| commit | dab0ded2f3bec93f337adc3dd3e17edf64b6da09 (patch) | |
| tree | 4c0a473beffef977af33419409591889e4eea26b /contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net | |
| parent | beefba69e3b9cecd842ee201a5b5597d3e38a91d (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net')
| -rw-r--r-- | contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h | 6 | ||||
| -rw-r--r-- | contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h b/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h index 8d331a3a6df..9355b1b8134 100644 --- a/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h +++ b/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h @@ -195,7 +195,7 @@ protected: /// Returns true iff the given host name is the local host /// (either "localhost" or "127.0.0.1"). - bool mustRetry(int rc, Poco::Timespan& remaining_time); + bool mustRetry(int rc, Poco::Timespan& remaining_time); /// Returns true if the last operation should be retried, /// otherwise false. /// @@ -221,8 +221,8 @@ protected: /// Note that simply closing a socket is not sufficient /// to be able to re-use it again. - Poco::Timespan getMaxTimeout(); - + Poco::Timespan getMaxTimeout(); + private: SecureSocketImpl(const SecureSocketImpl&); SecureSocketImpl& operator = (const SecureSocketImpl&); diff --git a/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h b/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h index 3b000b47587..ec852b3cb3e 100644 --- a/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h +++ b/contrib/libs/poco/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h @@ -39,9 +39,9 @@ public: SecureStreamSocketImpl(StreamSocketImpl* pStreamSocket, Context::Ptr pContext); /// Creates the SecureStreamSocketImpl. - void setSendTimeout(const Poco::Timespan& timeout); - void setReceiveTimeout(const Poco::Timespan& timeout); - + void setSendTimeout(const Poco::Timespan& timeout); + void setReceiveTimeout(const Poco::Timespan& timeout); + SocketImpl* acceptConnection(SocketAddress& clientAddr); /// Not supported by a SecureStreamSocket. /// @@ -219,7 +219,7 @@ private: SecureStreamSocketImpl(const SecureStreamSocketImpl&); SecureStreamSocketImpl& operator = (const SecureStreamSocketImpl&); - StreamSocketImpl * underlying_socket; + StreamSocketImpl * underlying_socket; SecureSocketImpl _impl; bool _lazyHandshake; |
