summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/operations/OnewaysAMI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/operations/OnewaysAMI.cs')
-rw-r--r--csharp/test/Ice/operations/OnewaysAMI.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/csharp/test/Ice/operations/OnewaysAMI.cs b/csharp/test/Ice/operations/OnewaysAMI.cs
index 26488c47dec..5fa7edfd3b9 100644
--- a/csharp/test/Ice/operations/OnewaysAMI.cs
+++ b/csharp/test/Ice/operations/OnewaysAMI.cs
@@ -71,8 +71,9 @@ public class OnewaysAMI
}
}
- internal static void onewaysAMI(Ice.Communicator communicator, Test.MyClassPrx proxy)
+ internal static void onewaysAMI(TestCommon.Application app, Test.MyClassPrx proxy)
{
+ Ice.Communicator communicator = app.communicator();
Test.MyClassPrx p = Test.MyClassPrxHelper.uncheckedCast(proxy.ice_oneway());
{