summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/exceptions/Collocated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/exceptions/Collocated.cpp')
-rw-r--r--cppe/test/IceE/exceptions/Collocated.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/test/IceE/exceptions/Collocated.cpp b/cppe/test/IceE/exceptions/Collocated.cpp
index ee0603d4a5e..3330d89f40d 100644
--- a/cppe/test/IceE/exceptions/Collocated.cpp
+++ b/cppe/test/IceE/exceptions/Collocated.cpp
@@ -38,7 +38,7 @@ public:
Ice::ObjectAdapterPtr adapter = communicator()->createObjectAdapter("TestAdapter");
Ice::ObjectPtr object = new ThrowerI(adapter);
- adapter->add(object, Ice::stringToIdentity("thrower"));
+ adapter->add(object, communicator()->stringToIdentity("thrower"));
adapter->activate();
ThrowerPrx allTests(const Ice::CommunicatorPtr&);