summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/binding/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/binding/Server.cs')
-rw-r--r--csharp/test/Ice/binding/Server.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/binding/Server.cs b/csharp/test/Ice/binding/Server.cs
index d1d5df94367..f427698fbd3 100644
--- a/csharp/test/Ice/binding/Server.cs
+++ b/csharp/test/Ice/binding/Server.cs
@@ -22,7 +22,7 @@ public class Server
{
communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010:udp");
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();