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