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/TestAMDI.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/TestAMDI.h')
-rw-r--r-- | cpp/test/Ice/exceptions/TestAMDI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/TestAMDI.h b/cpp/test/Ice/exceptions/TestAMDI.h index 543f9d37925..eef4845a810 100644 --- a/cpp/test/Ice/exceptions/TestAMDI.h +++ b/cpp/test/Ice/exceptions/TestAMDI.h @@ -42,6 +42,10 @@ public: Ice::Int, Ice::Int, Ice::Int, const Ice::Current&); virtual void throwCasC_async(const AMD_Thrower_throwCasCPtr&, Ice::Int, Ice::Int, Ice::Int, const Ice::Current&); + + virtual void throwModA_async(const AMD_Thrower_throwModAPtr&, + Ice::Int, Ice::Int, const Ice::Current&); + virtual void throwUndeclaredA_async(const AMD_Thrower_throwUndeclaredAPtr&, Ice::Int, const Ice::Current&); virtual void throwUndeclaredB_async(const AMD_Thrower_throwUndeclaredBPtr&, |