summaryrefslogtreecommitdiff
path: root/matlab/test
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2018-11-13 15:52:14 -0500
committerBernard Normier <bernard@zeroc.com>2018-11-13 15:52:14 -0500
commita5854cfd05fa6aa5b7cc50ecbfcc9336fb32412c (patch)
tree58b9f74f2132985fe15913f1a7f65e82121b8eba /matlab/test
parentFix failure related to Slice Scanner fixes (diff)
downloadice-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.ice2
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