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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.h b/cpp/test/Ice/exceptions/TestI.h
index d168a0bb20b..8a59a61510e 100644
--- a/cpp/test/Ice/exceptions/TestI.h
+++ b/cpp/test/Ice/exceptions/TestI.h
@@ -21,11 +21,17 @@ public:
virtual void shutdown();
virtual void throwAasA(Ice::Int);
+ virtual void throwAorDasAorD(Ice::Int);
virtual void throwBasA(Ice::Int, Ice::Int);
virtual void throwCasA(Ice::Int, Ice::Int, Ice::Int);
virtual void throwBasB(Ice::Int, Ice::Int);
virtual void throwCasB(Ice::Int, Ice::Int, Ice::Int);
virtual void throwCasC(Ice::Int, Ice::Int, Ice::Int);
+ virtual void throwUndeclaredA(Ice::Int);
+ virtual void throwUndeclaredB(Ice::Int, Ice::Int);
+ virtual void throwUndeclaredC(Ice::Int, Ice::Int, Ice::Int);
+ virtual void throwLocalException();
+ virtual void throwNonIceException();
private: