From 197b6de9281b52d0b53c4b3fa3312e371b4469a9 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Tue, 9 May 2006 13:07:41 +0000 Subject: Fixed proxy and identity t/from string functions to use string converters --- cpp/test/IceGrid/deployer/Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/IceGrid/deployer/Server.cpp') diff --git a/cpp/test/IceGrid/deployer/Server.cpp b/cpp/test/IceGrid/deployer/Server.cpp index 157b66fb4fc..614f65b2775 100644 --- a/cpp/test/IceGrid/deployer/Server.cpp +++ b/cpp/test/IceGrid/deployer/Server.cpp @@ -34,7 +34,7 @@ Server::run(int argc, char* argv[]) Ice::ObjectAdapterPtr adapter = communicator()->createObjectAdapter("Server"); Ice::ObjectPtr object = new TestI(adapter, properties); - adapter->add(object, Ice::stringToIdentity(name)); + adapter->add(object, communicator()->stringToIdentity(name)); shutdownOnInterrupt(); try -- cgit v1.2.3