From 63a9b33d2a7cfa02c51d3fd26feb59d8a939cb91 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 1 Jun 2017 11:37:10 +0200 Subject: Fixed ICE-7954 - bug in Object::ice_dispatch --- cpp/test/Ice/interceptor/MyObjectI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/interceptor/MyObjectI.cpp') diff --git a/cpp/test/Ice/interceptor/MyObjectI.cpp b/cpp/test/Ice/interceptor/MyObjectI.cpp index a452568dbcb..02e009fd51e 100644 --- a/cpp/test/Ice/interceptor/MyObjectI.cpp +++ b/cpp/test/Ice/interceptor/MyObjectI.cpp @@ -258,7 +258,7 @@ MyObjectI::amdAddWithRetry_async(const Test::AMD_MyObject_amdAddWithRetryPtr& cb if(p == current.ctx.end() || p->second != "no") { - throw Test::RetryException(__FILE__, __LINE__); + cb->ice_exception(Test::RetryException(__FILE__, __LINE__)); } } -- cgit v1.2.3