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