diff options
Diffstat (limited to 'cpp/test/Ice/background/Transceiver.h')
-rw-r--r-- | cpp/test/Ice/background/Transceiver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/Ice/background/Transceiver.h b/cpp/test/Ice/background/Transceiver.h index 7d9f4b80bd7..f84f531126b 100644 --- a/cpp/test/Ice/background/Transceiver.h +++ b/cpp/test/Ice/background/Transceiver.h @@ -20,11 +20,7 @@ public: virtual IceInternal::NativeInfoPtr getNativeInfo(); -#ifdef ICE_CPP11_MAPPING - virtual IceInternal::SocketOperation closing(bool, std::exception_ptr); -#else virtual IceInternal::SocketOperation closing(bool, const Ice::LocalException&); -#endif virtual void close(); virtual IceInternal::SocketOperation write(IceInternal::Buffer&); virtual IceInternal::SocketOperation read(IceInternal::Buffer&); |