summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier2/ClientBlobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Glacier2/ClientBlobject.cpp')
-rw-r--r--cpp/src/Glacier2/ClientBlobject.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Glacier2/ClientBlobject.cpp b/cpp/src/Glacier2/ClientBlobject.cpp
index 81bd8de0980..0f09f1925fd 100644
--- a/cpp/src/Glacier2/ClientBlobject.cpp
+++ b/cpp/src/Glacier2/ClientBlobject.cpp
@@ -7,7 +7,6 @@
//
// **********************************************************************
-#include <Ice/IdentityUtil.h>
#include <Glacier2/ClientBlobject.h>
using namespace std;
@@ -52,7 +51,7 @@ Glacier2::ClientBlobject::ice_invoke_async(const Ice::AMD_Array_Object_ice_invok
{
Trace out(_logger, "Glacier2");
out << "rejecting request\n";
- out << "identity: " << identityToString(current.id);
+ out << "identity: " << _communicator->identityToString(current.id);
}
ObjectNotExistException ex(__FILE__, __LINE__);
ex.id = current.id;