summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/location/ServerManagerI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/location/ServerManagerI.cs')
-rw-r--r--csharp/test/Ice/location/ServerManagerI.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/test/Ice/location/ServerManagerI.cs b/csharp/test/Ice/location/ServerManagerI.cs
index 27d82f0d55f..3e5458e43ac 100644
--- a/csharp/test/Ice/location/ServerManagerI.cs
+++ b/csharp/test/Ice/location/ServerManagerI.cs
@@ -58,9 +58,9 @@ public class ServerManagerI : ServerManagerDisp_
adapter2.setLocator(Ice.LocatorPrxHelper.uncheckedCast(locator));
Ice.Object @object = new TestI(adapter, adapter2, _registry);
- _registry.addObject(adapter.add(@object, serverCommunicator.stringToIdentity("test")));
- _registry.addObject(adapter.add(@object, serverCommunicator.stringToIdentity("test2")));
- adapter.add(@object, serverCommunicator.stringToIdentity("test3"));
+ _registry.addObject(adapter.add(@object, Ice.Util.stringToIdentity("test")));
+ _registry.addObject(adapter.add(@object, Ice.Util.stringToIdentity("test2")));
+ adapter.add(@object, Ice.Util.stringToIdentity("test3"));
adapter.activate();
adapter2.activate();