summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/OutgoingAsync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/OutgoingAsync.cpp')
-rw-r--r--cpp/src/Ice/OutgoingAsync.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp
index 40c753fe656..4776672ff9a 100644
--- a/cpp/src/Ice/OutgoingAsync.cpp
+++ b/cpp/src/Ice/OutgoingAsync.cpp
@@ -994,7 +994,7 @@ OutgoingAsync::response()
string operation;
_is.read(operation, false);
- IceUtil::UniquePtr<RequestFailedException> ex;
+ IceInternal::UniquePtr<RequestFailedException> ex;
switch(replyStatus)
{
case replyObjectNotExist:
@@ -1035,7 +1035,7 @@ OutgoingAsync::response()
string unknown;
_is.read(unknown, false);
- IceUtil::UniquePtr<UnknownException> ex;
+ IceInternal::UniquePtr<UnknownException> ex;
switch(replyStatus)
{
case replyUnknownException: