diff options
Diffstat (limited to 'csharp/test/Ice/info/Server.cs')
-rw-r--r-- | csharp/test/Ice/info/Server.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/info/Server.cs b/csharp/test/Ice/info/Server.cs index fc3fb6f7116..82b0a7d08ef 100644 --- a/csharp/test/Ice/info/Server.cs +++ b/csharp/test/Ice/info/Server.cs @@ -22,7 +22,7 @@ public class Server { communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010:udp -p 12010"); Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter"); - adapter.add(new TestI(), communicator.stringToIdentity("test")); + adapter.add(new TestI(), Ice.Util.stringToIdentity("test")); adapter.activate(); communicator.waitForShutdown(); |