From 6f67059d9c32ea390f755cbbee54644968b5243d Mon Sep 17 00:00:00 2001 From: parsons Date: Mon, 13 Oct 2003 16:08:01 +0000 Subject: ChangeLogTag: Mon Oct 13 11:05:58 2003 Jeff Parsons --- TAO/ChangeLog_ref | 7 +++++++ TAO/tao/Invocation_Adapter.cpp | 7 ++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/TAO/ChangeLog_ref b/TAO/ChangeLog_ref index 1ae2ea98a36..ba7f9cd679a 100644 --- a/TAO/ChangeLog_ref +++ b/TAO/ChangeLog_ref @@ -1,3 +1,10 @@ +Mon Oct 13 11:05:58 2003 Jeff Parsons + + * tao/Invocation_Adapter.cpp (object_forwarded): + + Changed an ACE_THROW_RETURN to ACE_THROW, since object_forwarded() + is a void function. + Fri Oct 10 22:01:33 2003 Balachandran Natarajan * tests/Portable_Interceptors/Service_Context_Manipulation/interceptors.cpp: diff --git a/TAO/tao/Invocation_Adapter.cpp b/TAO/tao/Invocation_Adapter.cpp index 47c4f3c9625..0ee4d82540a 100644 --- a/TAO/tao/Invocation_Adapter.cpp +++ b/TAO/tao/Invocation_Adapter.cpp @@ -366,14 +366,11 @@ namespace TAO stub->add_forward_profiles (stubobj->base_profiles ()); if (stub->next_profile () == 0) - ACE_THROW_RETURN (CORBA::TRANSIENT ( + ACE_THROW (CORBA::TRANSIENT ( CORBA::SystemException::_tao_minor_code ( TAO_INVOCATION_LOCATION_FORWARD_MINOR_CODE, errno), - CORBA::COMPLETED_NO), - TAO_INVOKE_FAILURE); - - + CORBA::COMPLETED_NO)); return; } -- cgit v1.2.1