summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/optional/ServerAMD.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/optional/ServerAMD.cs')
-rw-r--r--csharp/test/Ice/optional/ServerAMD.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/optional/ServerAMD.cs b/csharp/test/Ice/optional/ServerAMD.cs
index d23b4060462..814404845b2 100644
--- a/csharp/test/Ice/optional/ServerAMD.cs
+++ b/csharp/test/Ice/optional/ServerAMD.cs
@@ -22,7 +22,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();