diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/TestI.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.cpp b/cpp/test/Ice/exceptions/TestI.cpp index 5c7fcb05daa..5e4a01b5b8e 100644 --- a/cpp/test/Ice/exceptions/TestI.cpp +++ b/cpp/test/Ice/exceptions/TestI.cpp @@ -84,6 +84,12 @@ ThrowerI::throwCasC(Ice::Int a, Ice::Int b, Ice::Int c, const Ice::Current&) throw ex; } +bool +ThrowerI::supportsUndeclaredExceptions(const Ice::Current&) +{ + return true; +} + void ThrowerI::throwUndeclaredA(Ice::Int a, const Ice::Current&) { |