diff options
Diffstat (limited to 'csharp/test/Ice/slicing/exceptions/ServerAMD.cs')
-rw-r--r-- | csharp/test/Ice/slicing/exceptions/ServerAMD.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/slicing/exceptions/ServerAMD.cs b/csharp/test/Ice/slicing/exceptions/ServerAMD.cs index bdd28e784e0..56bf9f925fb 100644 --- a/csharp/test/Ice/slicing/exceptions/ServerAMD.cs +++ b/csharp/test/Ice/slicing/exceptions/ServerAMD.cs @@ -18,7 +18,7 @@ public class Server properties.setProperty("TestAdapter.Endpoints", "default -p 12010 -t 2000"); Ice.ObjectAdapter adapter = communicator.createObjectAdapter("TestAdapter"); Ice.Object @object = new TestI(); - adapter.add(@object, communicator.stringToIdentity("Test")); + adapter.add(@object, Ice.Util.stringToIdentity("Test")); adapter.activate(); communicator.waitForShutdown(); return 0; |