From 531c9d1aef70f788265f60ca63efb1654d6e32b7 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 24 Oct 2012 05:51:45 +0000 Subject: QPID-4272: Large amounts of code are duplicated between the SSL and TCP transports Refactor SslMux support simplifying it and remove need for separate SslHandler and SslIo code. Refactored SSL client code to use the same connect and broker SSL to use the same accept sequences as the TCP code. This also solves QPID-3565: IPv6 support for SSL transport on Unix C++ client/broker Remove now unneeded ssl files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1401561 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/windows/WinSocket.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpp/src/qpid/sys/windows/WinSocket.cpp') diff --git a/cpp/src/qpid/sys/windows/WinSocket.cpp b/cpp/src/qpid/sys/windows/WinSocket.cpp index cb321d1ffb..b2d2d79c63 100644 --- a/cpp/src/qpid/sys/windows/WinSocket.cpp +++ b/cpp/src/qpid/sys/windows/WinSocket.cpp @@ -164,6 +164,11 @@ WinSocket::connect(const SocketAddress& addr) const throw qpid::Exception(QPID_MSG(strError(err) << ": " << peername)); } +void +WinSocket::finishConnect(const SocketAddress&) const +{ +} + void WinSocket::close() const { -- cgit v1.2.1