From f12f36e221ea116c8d35f4096621b81450593251 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 18 Feb 2005 18:33:32 +0000 Subject: *** empty log message *** --- TAO/tao/Collocated_Invocation.cpp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/TAO/tao/Collocated_Invocation.cpp b/TAO/tao/Collocated_Invocation.cpp index 504f6c22abd..65f27abfcc5 100644 --- a/TAO/tao/Collocated_Invocation.cpp +++ b/TAO/tao/Collocated_Invocation.cpp @@ -1,11 +1,16 @@ #include "Collocated_Invocation.h" #include "Collocation_Proxy_Broker.h" +#include "ORB_Core.h" +#include "Request_Dispatcher.h" +#include "TAO_Server_Request.h" #include "operation_details.h" + ACE_RCSID (tao, Collocated_Invocation, "$Id$") + namespace TAO { Collocated_Invocation::Collocated_Invocation (CORBA::Object_ptr t, @@ -43,14 +48,14 @@ namespace TAO { if (strat == TAO_CS_THRU_POA_STRATEGY) { - TAO_ServerRequest request (this->orb_core_, + TAO_ServerRequest request (this->orb_core (), this->details_, - this->effective_target_); + this->effective_target ()); TAO_Request_Dispatcher * const dispatcher = - this->orb_core_->request_dispatcher (); + this->orb_core ()->request_dispatcher (); - dispatcher->dispatch (this->orb_core_, + dispatcher->dispatch (this->orb_core (), request, this->forwarded_to_.out ()); ACE_ENV_ARG_PARAMETER); -- cgit v1.2.1