summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.h')
-rw-r--r--cpp/test/Ice/exceptions/TestI.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.h b/cpp/test/Ice/exceptions/TestI.h
index 64b38b63ece..653a9914b15 100644
--- a/cpp/test/Ice/exceptions/TestI.h
+++ b/cpp/test/Ice/exceptions/TestI.h
@@ -11,6 +11,7 @@
#define TEST_I_H
#include <Test.h>
+#include <TestCommon.h>
bool endsWith(const std::string&, const std::string&);
@@ -40,7 +41,7 @@ public:
virtual void throwLocalException(const Ice::Current&);
virtual void throwNonIceException(const Ice::Current&);
virtual void throwAssertException(const Ice::Current&);
- virtual Ice::ByteSeq throwMemoryLimitException(const Ice::ByteSeq&, const Ice::Current&);
+ virtual Ice::ByteSeq throwMemoryLimitException(ICE_IN(Ice::ByteSeq), const Ice::Current&);
virtual void throwLocalExceptionIdempotent(const Ice::Current&);