diff options
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index 69df87b2924..3822d8afee6 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -1674,7 +1674,7 @@ IceInternal::RoutableReference::createConnection(const vector<EndpointIPtr>& all // connection for one of the endpoints. // - auto_ptr<LocalException> exception; + IceUtil::UniquePtr<LocalException> exception; vector<EndpointIPtr> endpoint; endpoint.push_back(0); @@ -1832,7 +1832,7 @@ IceInternal::RoutableReference::createConnection(const vector<EndpointIPtr>& all const vector<EndpointIPtr> _endpoints; const GetConnectionCallbackPtr _callback; size_t _i; - std::auto_ptr<Ice::LocalException> _exception; + IceUtil::UniquePtr<Ice::LocalException> _exception; }; // |