diff options
Diffstat (limited to 'cpp/test/Ice/interceptor/AMDInterceptorI.h')
-rw-r--r-- | cpp/test/Ice/interceptor/AMDInterceptorI.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/test/Ice/interceptor/AMDInterceptorI.h b/cpp/test/Ice/interceptor/AMDInterceptorI.h index 50f58356142..935b179b0ba 100644 --- a/cpp/test/Ice/interceptor/AMDInterceptorI.h +++ b/cpp/test/Ice/interceptor/AMDInterceptorI.h @@ -24,11 +24,7 @@ public: virtual void clear(); Ice::DispatchStatus getActualStatus() const; -#ifdef ICE_CPP11_MAPPING - std::exception_ptr getException() const; -#else IceUtil::Exception* getException() const; -#endif void setActualStatus(Ice::DispatchStatus); void setActualStatus(const IceUtil::Exception&); @@ -37,11 +33,7 @@ private: Ice::DispatchInterceptorAsyncCallbackPtr _defaultCb; Ice::DispatchStatus _actualStatus; -#ifdef ICE_CPP11_MAPPING - std::exception_ptr _exception; -#else IceUtil::UniquePtr<IceUtil::Exception> _exception; -#endif IceUtil::Mutex _mutex; }; |