From 51eb7d1d8393a1a450ec52e957f4d62711cc4165 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 15 Apr 2019 09:54:14 +0200 Subject: Layout change * TAO/tao/Messaging/AMH_Response_Handler.cpp: --- TAO/tao/Messaging/AMH_Response_Handler.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TAO/tao/Messaging/AMH_Response_Handler.cpp b/TAO/tao/Messaging/AMH_Response_Handler.cpp index c251bcf0df5..ed3b08b2b17 100644 --- a/TAO/tao/Messaging/AMH_Response_Handler.cpp +++ b/TAO/tao/Messaging/AMH_Response_Handler.cpp @@ -262,12 +262,10 @@ TAO_AMH_Response_Handler::_tao_rh_send_location_forward (CORBA::Object_ptr fwd, this->rh_reply_status_ = TAO_RS_SENDING; } - TAO_Pluggable_Reply_Params_Base reply_params; reply_params.request_id_ = this->request_id_; reply_params.svc_ctx_.length (0); - reply_params.service_context_notowned - (&this->reply_service_context_.service_info ()); + reply_params.service_context_notowned (&this->reply_service_context_.service_info ()); reply_params.argument_flag_ = true; if (is_perm) { -- cgit v1.2.1