diff options
Diffstat (limited to 'cpp/src/Ice/ios/StreamTransceiver.h')
-rw-r--r-- | cpp/src/Ice/ios/StreamTransceiver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/Ice/ios/StreamTransceiver.h b/cpp/src/Ice/ios/StreamTransceiver.h index e38285451f8..c6ba084b64b 100644 --- a/cpp/src/Ice/ios/StreamTransceiver.h +++ b/cpp/src/Ice/ios/StreamTransceiver.h @@ -52,11 +52,7 @@ public: virtual void closeStreams(); virtual IceInternal::SocketOperation initialize(IceInternal::Buffer&, IceInternal::Buffer&); -#ifdef ICE_CPP11_MAPPING - virtual IceInternal::SocketOperation closing(bool initiator, std::exception_ptr); -#else virtual IceInternal::SocketOperation closing(bool, const Ice::LocalException&); -#endif virtual void close(); virtual IceInternal::SocketOperation write(IceInternal::Buffer&); |