summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/ami/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/ami/Test.ice')
-rw-r--r--cpp/test/Ice/ami/Test.ice3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/ami/Test.ice b/cpp/test/Ice/ami/Test.ice
index ef2fb34d133..fc56c5b3660 100644
--- a/cpp/test/Ice/ami/Test.ice
+++ b/cpp/test/Ice/ami/Test.ice
@@ -27,6 +27,9 @@ interface TestIntf
void opWithUE()
throws TestIntfException;
void opBatch();
+
+ void opWitArgs(out int one, out int two, out int three, out int four, out int five, out int six, out int seven,
+ out int eight, out int nine, out int ten, out int eleven);
int opBatchCount();
bool waitForBatch(int count);
void close(bool force);