From 752e06b4eb63abb8a30bb958802eaedda72d3806 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Fri, 22 Jul 2016 17:09:25 -0400 Subject: Added ICE_BUILDING_SRC to make builds Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups --- cpp/src/Ice/WSTransceiver.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpp/src/Ice/WSTransceiver.h') diff --git a/cpp/src/Ice/WSTransceiver.h b/cpp/src/Ice/WSTransceiver.h index 7b6a7ffe5e6..c34a8438c7e 100644 --- a/cpp/src/Ice/WSTransceiver.h +++ b/cpp/src/Ice/WSTransceiver.h @@ -34,11 +34,7 @@ public: #endif virtual SocketOperation initialize(Buffer&, Buffer&); -#ifdef ICE_CPP11_MAPPING - virtual SocketOperation closing(bool, std::exception_ptr); -#else virtual SocketOperation closing(bool, const Ice::LocalException&); -#endif virtual void close(); virtual SocketOperation write(Buffer&); virtual SocketOperation read(Buffer&); -- cgit v1.2.3