diff options
Diffstat (limited to 'csharp/test/Ice/seqMapping/ServerAMD.cs')
-rw-r--r-- | csharp/test/Ice/seqMapping/ServerAMD.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/seqMapping/ServerAMD.cs b/csharp/test/Ice/seqMapping/ServerAMD.cs index cae559bf0c9..8e19d27c13f 100644 --- a/csharp/test/Ice/seqMapping/ServerAMD.cs +++ b/csharp/test/Ice/seqMapping/ServerAMD.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 MyClassI(), communicator.stringToIdentity("test")); + adapter.add(new MyClassI(), Ice.Util.stringToIdentity("test")); adapter.activate(); communicator.waitForShutdown(); |