diff options
Diffstat (limited to 'cs/test/Glacier2/router/Server.cs')
-rw-r--r-- | cs/test/Glacier2/router/Server.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Glacier2/router/Server.cs b/cs/test/Glacier2/router/Server.cs index 0a3cb67036a..ab1cbbba6ae 100644 --- a/cs/test/Glacier2/router/Server.cs +++ b/cs/test/Glacier2/router/Server.cs @@ -13,7 +13,7 @@ public class Server : Ice.Application { public override int run(string[] args) { - communicator().getProperties().setProperty("CallbackAdapter.Endpoints", "tcp -p 12010 -t 10000"); + communicator().getProperties().setProperty("Ice.OA.CallbackAdapter.Endpoints", "tcp -p 12010 -t 10000"); Ice.ObjectAdapter adapter = communicator().createObjectAdapter("CallbackAdapter"); adapter.add(new CallbackI(), communicator().stringToIdentity("c1/callback")); // The test allows "c1" as category. |