summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/noRestartUpdate/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/noRestartUpdate/Server.cpp')
-rw-r--r--cpp/test/IceGrid/noRestartUpdate/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/noRestartUpdate/Server.cpp b/cpp/test/IceGrid/noRestartUpdate/Server.cpp
index 492fe695d1c..ad1d3fa2ae9 100644
--- a/cpp/test/IceGrid/noRestartUpdate/Server.cpp
+++ b/cpp/test/IceGrid/noRestartUpdate/Server.cpp
@@ -33,7 +33,7 @@ Server::run(int argc, char* argv[])
Ice::ObjectAdapterPtr adapter = communicator()->createObjectAdapter("Server");
Ice::ObjectPtr object = new TestI(adapter, properties);
- adapter->add(object, communicator()->stringToIdentity(name));
+ adapter->add(object, Ice::stringToIdentity(name));
shutdownOnInterrupt();
try