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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Ice/ami/TestI.h b/cpp/test/Ice/ami/TestI.h
index 8e9a0128ee2..c96f76b834b 100644
--- a/cpp/test/Ice/ami/TestI.h
+++ b/cpp/test/Ice/ami/TestI.h
@@ -11,6 +11,7 @@
#define TEST_I_H
#include <Test.h>
+#include <TestCommon.h>
class TestIntfControllerI;
ICE_DEFINE_PTR(TestIntfControllerIPtr, TestIntfControllerI);
@@ -24,7 +25,7 @@ public:
virtual void op(const Ice::Current&);
virtual int opWithResult(const Ice::Current&);
virtual void opWithUE(const Ice::Current&);
- virtual void opWithPayload(const Ice::ByteSeq&, const Ice::Current&);
+ virtual void opWithPayload(ICE_IN(Ice::ByteSeq), const Ice::Current&);
virtual void opBatch(const Ice::Current&);
virtual Ice::Int opBatchCount(const Ice::Current&);
virtual void opWithArgs(Ice::Int&, Ice::Int&, Ice::Int&, Ice::Int&, Ice::Int&, Ice::Int&, Ice::Int&,