diff options
Diffstat (limited to 'cpp/src/qpid/sys/windows/WinSocket.cpp')
-rw-r--r-- | cpp/src/qpid/sys/windows/WinSocket.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -165,6 +165,11 @@ WinSocket::connect(const SocketAddress& addr) const } void +WinSocket::finishConnect(const SocketAddress&) const +{ +} + +void WinSocket::close() const { SOCKET& socket = handle->fd; |