diff options
author | Jose <jose@zeroc.com> | 2017-05-22 11:17:24 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-05-22 11:17:24 +0200 |
commit | af8386af5b3a88730db7deceeda0fa0698be8c48 (patch) | |
tree | 3604c4a196c09c5e5a10c43f590a090d3cfccab7 /csharp/test/Ice/ami/Server.cs | |
parent | Added check for Android SDK installation (diff) | |
download | ice-af8386af5b3a88730db7deceeda0fa0698be8c48.tar.bz2 ice-af8386af5b3a88730db7deceeda0fa0698be8c48.tar.xz ice-af8386af5b3a88730db7deceeda0fa0698be8c48.zip |
Result struct test
Diffstat (limited to 'csharp/test/Ice/ami/Server.cs')
-rw-r--r-- | csharp/test/Ice/ami/Server.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/test/Ice/ami/Server.cs b/csharp/test/Ice/ami/Server.cs index 6dfdfd12c61..1e71acb2819 100644 --- a/csharp/test/Ice/ami/Server.cs +++ b/csharp/test/Ice/ami/Server.cs @@ -28,6 +28,7 @@ public class Server : TestCommon.Application Ice.ObjectAdapter adapter2 = communicator().createObjectAdapter("ControllerAdapter"); adapter.add(new TestI(), Ice.Util.stringToIdentity("test")); + adapter.add(new TestII(), Ice.Util.stringToIdentity("test2")); adapter.activate(); adapter2.add(new TestControllerI(adapter), Ice.Util.stringToIdentity("testController")); adapter2.activate(); |