summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/TestAMDI.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2013-01-07 16:20:00 +0100
committerBenoit Foucher <benoit@zeroc.com>2013-01-07 16:20:00 +0100
commitf68bda81245047d672879dbb90e55b4446ffa71b (patch)
tree4334915e140af70af74f1d8b2a32eba6bf97f57f /cpp/test/Ice/exceptions/TestAMDI.h
parentAdded missing RemoteObserverI.java file (diff)
downloadice-f68bda81245047d672879dbb90e55b4446ffa71b.tar.bz2
ice-f68bda81245047d672879dbb90e55b4446ffa71b.tar.xz
ice-f68bda81245047d672879dbb90e55b4446ffa71b.zip
Fixed ICE-5150: assert in OutgoingAsync._finished, fixed CHANGES
Diffstat (limited to 'cpp/test/Ice/exceptions/TestAMDI.h')
-rw-r--r--cpp/test/Ice/exceptions/TestAMDI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/exceptions/TestAMDI.h b/cpp/test/Ice/exceptions/TestAMDI.h
index 3143d44ab61..8e7e79294b0 100644
--- a/cpp/test/Ice/exceptions/TestAMDI.h
+++ b/cpp/test/Ice/exceptions/TestAMDI.h
@@ -59,6 +59,9 @@ public:
virtual void throwAssertException_async(const Test::AMD_Thrower_throwAssertExceptionPtr&,
const Ice::Current&);
+ virtual void throwLocalExceptionIdempotent_async(const Test::AMD_Thrower_throwLocalExceptionIdempotentPtr&,
+ const Ice::Current&);
+
virtual void throwAfterResponse_async(const Test::AMD_Thrower_throwAfterResponsePtr&, const Ice::Current&);
virtual void throwAfterException_async(const Test::AMD_Thrower_throwAfterExceptionPtr&, const Ice::Current&);