diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-14 16:20:03 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-14 16:20:03 +0000 |
commit | 909bb608a222169ac6dd3c4e88cfaf4f147e4cd7 (patch) | |
tree | b7af1a3cb0240a05a223b2fb8924fd362e950ffa /cpp/test/Ice/exceptions/TestI.h | |
parent | more exception cleanup (diff) | |
download | ice-909bb608a222169ac6dd3c4e88cfaf4f147e4cd7.tar.bz2 ice-909bb608a222169ac6dd3c4e88cfaf4f147e4cd7.tar.xz ice-909bb608a222169ac6dd3c4e88cfaf4f147e4cd7.zip |
more exception fixes
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.h')
-rw-r--r-- | cpp/test/Ice/exceptions/TestI.h | 6 |
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: |