From 883edab4361e58957796f25d5fc55cfb41f0f6ea Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 27 Jul 2016 19:30:37 -0400 Subject: Deprecate Communicator::stringToIdentity and identityToString --- csharp/test/Ice/exceptions/Server.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'csharp/test/Ice/exceptions/Server.cs') diff --git a/csharp/test/Ice/exceptions/Server.cs b/csharp/test/Ice/exceptions/Server.cs index 0b8885256a4..a8af5586552 100644 --- a/csharp/test/Ice/exceptions/Server.cs +++ b/csharp/test/Ice/exceptions/Server.cs @@ -53,9 +53,9 @@ public class Server Ice.ObjectAdapter adapter2 = communicator.createObjectAdapter("TestAdapter2"); Ice.ObjectAdapter adapter3 = communicator.createObjectAdapter("TestAdapter3"); Ice.Object obj = new ThrowerI(); - adapter.add(obj, communicator.stringToIdentity("thrower")); - adapter2.add(obj, communicator.stringToIdentity("thrower")); - adapter3.add(obj, communicator.stringToIdentity("thrower")); + adapter.add(obj, Ice.Util.stringToIdentity("thrower")); + adapter2.add(obj, Ice.Util.stringToIdentity("thrower")); + adapter3.add(obj, Ice.Util.stringToIdentity("thrower")); adapter.activate(); adapter2.activate(); adapter3.activate(); -- cgit v1.2.3