summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/TestI.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2004-03-01 20:13:14 +0000
committerBernard Normier <bernard@zeroc.com>2004-03-01 20:13:14 +0000
commit5d33b030f2c0961d5dcfeffa944ade8ea0921ad0 (patch)
tree1e093d83820ea127374b690c79f1af256067923c /cpp/test/Ice/exceptions/TestI.h
parentchanging version to 1.3.0 (diff)
downloadice-5d33b030f2c0961d5dcfeffa944ade8ea0921ad0.tar.bz2
ice-5d33b030f2c0961d5dcfeffa944ade8ea0921ad0.tar.xz
ice-5d33b030f2c0961d5dcfeffa944ade8ea0921ad0.zip
Nested exception support + test
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.h')
-rw-r--r--cpp/test/Ice/exceptions/TestI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.h b/cpp/test/Ice/exceptions/TestI.h
index 0787225506f..dc113cb773b 100644
--- a/cpp/test/Ice/exceptions/TestI.h
+++ b/cpp/test/Ice/exceptions/TestI.h
@@ -33,6 +33,9 @@ public:
virtual void throwBasB(Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwCasB(Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwCasC(Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);
+
+ virtual void throwModA(Ice::Int, Ice::Int, const Ice::Current&);
+
virtual void throwUndeclaredA(Ice::Int, const Ice::Current&);
virtual void throwUndeclaredB(Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwUndeclaredC(Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);