summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/optional/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/optional/Server.cs')
-rw-r--r--csharp/test/Ice/optional/Server.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/optional/Server.cs b/csharp/test/Ice/optional/Server.cs
index b4900b7e07a..dee39c8c23c 100644
--- a/csharp/test/Ice/optional/Server.cs
+++ b/csharp/test/Ice/optional/Server.cs
@@ -23,7 +23,7 @@ public class Server
{
communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010:udp");
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter");
- adapter.add(new InitialI(), communicator.stringToIdentity("initial"));
+ adapter.add(new InitialI(), Ice.Util.stringToIdentity("initial"));
adapter.activate();
communicator.waitForShutdown();