diff options
Diffstat (limited to 'cpp/src/qpid/sys/ssl/SslSocket.h')
-rw-r--r-- | cpp/src/qpid/sys/ssl/SslSocket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/ssl/SslSocket.h b/cpp/src/qpid/sys/ssl/SslSocket.h index 1efbbe4a88..fc97059cfd 100644 --- a/cpp/src/qpid/sys/ssl/SslSocket.h +++ b/cpp/src/qpid/sys/ssl/SslSocket.h @@ -57,6 +57,7 @@ public: void setCertName(const std::string& certName); void connect(const SocketAddress&) const; + void finishConnect(const SocketAddress&) const; void close() const; |