summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Object_Adapter.cpp')
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Object_Adapter.cpp b/TAO/tao/PortableServer/Object_Adapter.cpp
index b9aa2ec8bb2..efbee6d4c40 100644
--- a/TAO/tao/PortableServer/Object_Adapter.cpp
+++ b/TAO/tao/PortableServer/Object_Adapter.cpp
@@ -1280,8 +1280,7 @@ TAO_Object_Adapter::Servant_Upcall::pre_invoke_remote_request (TAO_ServerRequest
{
this->object_adapter_->servant_dispatcher_->pre_invoke_remote_request (this->poa (),
this->priority (),
- req.request_service_context (),
- req.reply_service_context (),
+ req,
this->pre_invoke_state_
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;