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