diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.h')
-rw-r--r-- | cpp/test/Ice/exceptions/TestI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.h b/cpp/test/Ice/exceptions/TestI.h index cd8c2121a89..731c16bcf9e 100644 --- a/cpp/test/Ice/exceptions/TestI.h +++ b/cpp/test/Ice/exceptions/TestI.h @@ -41,6 +41,8 @@ public: virtual void throwNonIceException(const Ice::Current&); virtual void throwAssertException(const Ice::Current&); + virtual void throwLocalExceptionIdempotent(const Ice::Current&); + virtual void throwAfterResponse(const Ice::Current&); virtual void throwAfterException(const Ice::Current&); }; |