summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/evictor/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Freeze/evictor/Server.cpp')
-rw-r--r--cpp/test/Freeze/evictor/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/evictor/Server.cpp b/cpp/test/Freeze/evictor/Server.cpp
index 206c9eba403..f7d1010966a 100644
--- a/cpp/test/Freeze/evictor/Server.cpp
+++ b/cpp/test/Freeze/evictor/Server.cpp
@@ -55,7 +55,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator, const stri
Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("Factory");
Test::RemoteEvictorFactoryPtr factory = new Test::RemoteEvictorFactoryI(adapter, envName);
- adapter->add(factory, Ice::stringToIdentity("factory"));
+ adapter->add(factory, communicator->stringToIdentity("factory"));
Ice::ObjectFactoryPtr servantFactory = new ServantFactory;
communicator->addObjectFactory(servantFactory, "::Test::Servant");