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