diff options
author | Bernard Normier <bernard@zeroc.com> | 2018-11-13 15:52:14 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2018-11-13 15:52:14 -0500 |
commit | a5854cfd05fa6aa5b7cc50ecbfcc9336fb32412c (patch) | |
tree | 58b9f74f2132985fe15913f1a7f65e82121b8eba /matlab/test | |
parent | Fix failure related to Slice Scanner fixes (diff) | |
download | ice-a5854cfd05fa6aa5b7cc50ecbfcc9336fb32412c.tar.bz2 ice-a5854cfd05fa6aa5b7cc50ecbfcc9336fb32412c.tar.xz ice-a5854cfd05fa6aa5b7cc50ecbfcc9336fb32412c.zip |
More bidir tests. Fixes #51.
Diffstat (limited to 'matlab/test')
-rw-r--r-- | matlab/test/Ice/ami/Test.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/test/Ice/ami/Test.ice b/matlab/test/Ice/ami/Test.ice index 0725fd97ef7..86c08e795a7 100644 --- a/matlab/test/Ice/ami/Test.ice +++ b/matlab/test/Ice/ami/Test.ice @@ -57,7 +57,7 @@ interface TestIntf float opFloat(float f); double opDouble(double d); - void pingBiDir(Ice::Identity id); + void pingBiDir(PingReply* reply); } interface TestIntfController |