summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/RequestHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/RequestHandler.h')
-rw-r--r--cpp/src/Ice/RequestHandler.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/cpp/src/Ice/RequestHandler.h b/cpp/src/Ice/RequestHandler.h
index dcad80c2c35..c1ce9446f0e 100644
--- a/cpp/src/Ice/RequestHandler.h
+++ b/cpp/src/Ice/RequestHandler.h
@@ -36,21 +36,6 @@ class ProxyOutgoingBase;
// An exception wrapper, which is used to notify that the request
// handler should be cleared and the invocation retried.
//
-#ifdef ICE_CPP11_MAPPING
-class RetryException
-{
-public:
-
- RetryException(std::exception_ptr);
- RetryException(const RetryException&);
-
- std::exception_ptr get() const;
-
-private:
-
- std::exception_ptr _ex;
-};
-#else
class RetryException
{
public:
@@ -64,7 +49,6 @@ private:
IceUtil::UniquePtr<Ice::LocalException> _ex;
};
-#endif
class CancellationHandler