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.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.cpp b/cpp/test/Ice/exceptions/TestI.cpp
index 88057292a21..17a9297b3bb 100644
--- a/cpp/test/Ice/exceptions/TestI.cpp
+++ b/cpp/test/Ice/exceptions/TestI.cpp
@@ -149,3 +149,20 @@ ThrowerI::throwAssertException(const Ice::Current&)
{
assert(false); // Not supported in C++.
}
+
+void
+ThrowerI::throwAfterResponse(const Ice::Current&)
+{
+ //
+ // Only relevant for AMD.
+ //
+}
+
+void
+ThrowerI::throwAfterException(const Ice::Current&)
+{
+ //
+ // Only relevant for AMD.
+ //
+ throw A();
+}