summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/TestI.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-04-18 14:45:21 +0000
committerMarc Laukien <marc@zeroc.com>2004-04-18 14:45:21 +0000
commitf1f9d4683dc42533ea66c14e59a96e8fc0c7b651 (patch)
treee94c0e1c8b7c7a24f5dc318f0523ea501afa7205 /cpp/test/Ice/exceptions/TestI.h
parentassertions are now correctly caught (diff)
downloadice-f1f9d4683dc42533ea66c14e59a96e8fc0c7b651.tar.bz2
ice-f1f9d4683dc42533ea66c14e59a96e8fc0c7b651.tar.xz
ice-f1f9d4683dc42533ea66c14e59a96e8fc0c7b651.zip
fixes
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.h')
-rw-r--r--cpp/test/Ice/exceptions/TestI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.h b/cpp/test/Ice/exceptions/TestI.h
index dc113cb773b..6345ba7e799 100644
--- a/cpp/test/Ice/exceptions/TestI.h
+++ b/cpp/test/Ice/exceptions/TestI.h
@@ -25,6 +25,7 @@ public:
virtual void shutdown(const Ice::Current&);
virtual bool supportsUndeclaredExceptions(const Ice::Current&);
+ virtual bool supportsAssertException(const Ice::Current&);
virtual void throwAasA(Ice::Int, const Ice::Current&);
virtual void throwAorDasAorD(Ice::Int, const Ice::Current&);
@@ -41,6 +42,7 @@ public:
virtual void throwUndeclaredC(Ice::Int, Ice::Int, Ice::Int, const Ice::Current&);
virtual void throwLocalException(const Ice::Current&);
virtual void throwNonIceException(const Ice::Current&);
+ virtual void throwAssertException(const Ice::Current&);
private: