diff options
Diffstat (limited to 'cpp/src/IceSSL/uwp/TransceiverI.cpp')
-rw-r--r-- | cpp/src/IceSSL/uwp/TransceiverI.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/IceSSL/uwp/TransceiverI.cpp b/cpp/src/IceSSL/uwp/TransceiverI.cpp index 06ef9f8a6e1..0ec28120a7f 100644 --- a/cpp/src/IceSSL/uwp/TransceiverI.cpp +++ b/cpp/src/IceSSL/uwp/TransceiverI.cpp @@ -88,11 +88,7 @@ IceSSL::TransceiverI::initialize(IceInternal::Buffer&, IceInternal::Buffer&) } IceInternal::SocketOperation -#ifdef ICE_CPP11_MAPPING -IceSSL::TransceiverI::closing(bool initiator, exception_ptr) -#else IceSSL::TransceiverI::closing(bool initiator, const Ice::LocalException&) -#endif { // If we are initiating the connection closure, wait for the peer // to close the TCP/IP connection. Otherwise, close immediately. |