summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.cpp')
-rw-r--r--cpp/test/Ice/exceptions/TestI.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.cpp b/cpp/test/Ice/exceptions/TestI.cpp
index 56797a7c5c7..bf65bfd72ae 100644
--- a/cpp/test/Ice/exceptions/TestI.cpp
+++ b/cpp/test/Ice/exceptions/TestI.cpp
@@ -153,6 +153,12 @@ ThrowerI::throwAssertException(const Ice::Current&)
}
void
+ThrowerI::throwLocalExceptionIdempotent(const Ice::Current&)
+{
+ throw Ice::TimeoutException(__FILE__, __LINE__);
+}
+
+void
ThrowerI::throwAfterResponse(const Ice::Current&)
{
//