summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/ami/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/ami/TestI.h')
-rw-r--r--cpp/test/Ice/ami/TestI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/ami/TestI.h b/cpp/test/Ice/ami/TestI.h
index 8e5ed7b1fa3..e1a66c302d3 100644
--- a/cpp/test/Ice/ami/TestI.h
+++ b/cpp/test/Ice/ami/TestI.h
@@ -27,6 +27,8 @@ public:
virtual void opWithPayload(const Ice::ByteSeq&, const Ice::Current&);
virtual void opBatch(const Ice::Current&);
virtual Ice::Int opBatchCount(const Ice::Current&);
+ virtual void opWitArgs(Ice::Int&, Ice::Int&, Ice::Int&, Ice::Int&, Ice::Int&, Ice::Int&, Ice::Int&,
+ Ice::Int&, Ice::Int&, Ice::Int&, Ice::Int&, const Ice::Current&);
virtual bool waitForBatch(Ice::Int, const Ice::Current&);
virtual void close(bool, const Ice::Current&);
virtual void shutdown(const Ice::Current&);