summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/UdpTransceiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.cpp')
-rw-r--r--cpp/src/Ice/UdpTransceiver.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.cpp b/cpp/src/Ice/UdpTransceiver.cpp
index 072fbe52da1..bf79f8b453d 100644
--- a/cpp/src/Ice/UdpTransceiver.cpp
+++ b/cpp/src/Ice/UdpTransceiver.cpp
@@ -106,7 +106,11 @@ IceInternal::UdpTransceiver::initialize(Buffer& /*readBuffer*/, Buffer& /*writeB
}
SocketOperation
+#ifdef ICE_CPP11_MAPPING
+IceInternal::UdpTransceiver::closing(bool, exception_ptr)
+#else
IceInternal::UdpTransceiver::closing(bool, const Ice::LocalException&)
+#endif
{
// Nothing to do.
return SocketOperationNone;