diff options
Diffstat (limited to 'cpp/src/Ice/ConnectionI.h')
-rw-r--r-- | cpp/src/Ice/ConnectionI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/ConnectionI.h b/cpp/src/Ice/ConnectionI.h index c181452d99b..e58bc7b0eb6 100644 --- a/cpp/src/Ice/ConnectionI.h +++ b/cpp/src/Ice/ConnectionI.h @@ -33,7 +33,7 @@ #include <Ice/ConnectionAsync.h> #include <deque> -#include <memory> +#include <IceUtil/UniquePtr.h> namespace IceInternal { @@ -319,7 +319,7 @@ private: std::map<Int, IceInternal::OutgoingAsyncPtr> _asyncRequests; std::map<Int, IceInternal::OutgoingAsyncPtr>::iterator _asyncRequestsHint; - std::auto_ptr<LocalException> _exception; + IceUtil::UniquePtr<LocalException> _exception; const bool _batchAutoFlush; IceInternal::BasicStream _batchStream; |