diff options
Diffstat (limited to 'csharp/test/Ice/ami/Test.ice')
-rw-r--r-- | csharp/test/Ice/ami/Test.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/ami/Test.ice b/csharp/test/Ice/ami/Test.ice index 3c36f84e5cc..b25dce15b40 100644 --- a/csharp/test/Ice/ami/Test.ice +++ b/csharp/test/Ice/ami/Test.ice @@ -56,7 +56,7 @@ interface TestIntf ["amd"] void opWithUEAsyncDispatch() throws TestIntfException; - void pingBiDir(Ice::Identity id); + void pingBiDir(PingReply* reply); } interface TestIntfController |