diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-03-01 20:13:14 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-03-01 20:13:14 +0000 |
commit | 5d33b030f2c0961d5dcfeffa944ade8ea0921ad0 (patch) | |
tree | 1e093d83820ea127374b690c79f1af256067923c /cpp/test/Ice/exceptions/TestI.h | |
parent | changing version to 1.3.0 (diff) | |
download | ice-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.h | 3 |
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&); |