summaryrefslogtreecommitdiff
path: root/csharp/test/IceDiscovery/simple/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/IceDiscovery/simple/Server.cs')
-rw-r--r--csharp/test/IceDiscovery/simple/Server.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/IceDiscovery/simple/Server.cs b/csharp/test/IceDiscovery/simple/Server.cs
index 998df8ca95d..4f423af28e8 100644
--- a/csharp/test/IceDiscovery/simple/Server.cs
+++ b/csharp/test/IceDiscovery/simple/Server.cs
@@ -36,7 +36,7 @@ public class Server
properties.setProperty("ControlAdapter.ThreadPool.Size", "1");
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("ControlAdapter");
- adapter.add(new ControllerI(), communicator.stringToIdentity("controller" + num));
+ adapter.add(new ControllerI(), Ice.Util.stringToIdentity("controller" + num));
adapter.activate();
communicator.waitForShutdown();