From f68bda81245047d672879dbb90e55b4446ffa71b Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 7 Jan 2013 16:20:00 +0100 Subject: Fixed ICE-5150: assert in OutgoingAsync._finished, fixed CHANGES --- cpp/test/Ice/exceptions/TestAMDI.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpp/test/Ice/exceptions/TestAMDI.cpp') diff --git a/cpp/test/Ice/exceptions/TestAMDI.cpp b/cpp/test/Ice/exceptions/TestAMDI.cpp index 266f020fc4e..b701658ee80 100644 --- a/cpp/test/Ice/exceptions/TestAMDI.cpp +++ b/cpp/test/Ice/exceptions/TestAMDI.cpp @@ -195,6 +195,13 @@ ThrowerI::throwAssertException_async(const AMD_Thrower_throwAssertExceptionPtr&, assert(false); // Not supported in C++. } +void +ThrowerI::throwLocalExceptionIdempotent_async(const AMD_Thrower_throwLocalExceptionIdempotentPtr& cb, + const Ice::Current&) +{ + cb->ice_exception(Ice::TimeoutException(__FILE__, __LINE__)); +} + void ThrowerI::throwAfterResponse_async(const AMD_Thrower_throwAfterResponsePtr& cb, const Ice::Current&) { -- cgit v1.2.3