diff options
Diffstat (limited to 'csharp/test/Ice/operations/Oneways.cs')
-rw-r--r-- | csharp/test/Ice/operations/Oneways.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csharp/test/Ice/operations/Oneways.cs b/csharp/test/Ice/operations/Oneways.cs index e0052738b22..f2be548ecfb 100644 --- a/csharp/test/Ice/operations/Oneways.cs +++ b/csharp/test/Ice/operations/Oneways.cs @@ -17,8 +17,9 @@ class Oneways } } - internal static void oneways(Ice.Communicator communicator, Test.MyClassPrx p) + internal static void oneways(TestCommon.Application app, Test.MyClassPrx p) { + Ice.Communicator communicator = app.communicator(); p = Test.MyClassPrxHelper.uncheckedCast(p.ice_oneway()); { |