summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/acm/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/acm/Server.cs')
-rw-r--r--csharp/test/Ice/acm/Server.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/acm/Server.cs b/csharp/test/Ice/acm/Server.cs
index b833ebccce9..1482464c5cb 100644
--- a/csharp/test/Ice/acm/Server.cs
+++ b/csharp/test/Ice/acm/Server.cs
@@ -24,7 +24,7 @@ public class Server
communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010");
communicator.getProperties().setProperty("TestAdapter.ACM.Timeout", "0");
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter");
- Ice.Identity id = communicator.stringToIdentity("communicator");
+ Ice.Identity id = Ice.Util.stringToIdentity("communicator");
adapter.add(new RemoteCommunicatorI(), id);
adapter.activate();