summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation.cpp')
-rw-r--r--TAO/tao/Invocation.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp
index 395e3394f7d..bac5d6e0bb6 100644
--- a/TAO/tao/Invocation.cpp
+++ b/TAO/tao/Invocation.cpp
@@ -551,7 +551,7 @@ TAO_GIOP_Twoway_Invocation::start (CORBA::Environment &ACE_TRY_ENV)
ACE_CHECK;
this->transport_->start_request (this->orb_core_,
- this->profile_,
+ this->stub_,
this->out_stream_,
ACE_TRY_ENV);
}
@@ -944,7 +944,7 @@ TAO_GIOP_Oneway_Invocation::start (CORBA::Environment &ACE_TRY_ENV)
ACE_CHECK;
this->transport_->start_request (this->orb_core_,
- this->profile_,
+ this->stub_,
this->out_stream_,
ACE_TRY_ENV);
}
@@ -1145,7 +1145,8 @@ TAO_GIOP_Locate_Request_Invocation::start (CORBA::Environment &ACE_TRY_ENV)
ACE_CHECK;
this->transport_->start_locate (this->orb_core_,
- this->profile_,
+ this->stub_,
+ TAO_GIOP_Invocation::Key_Addr,
this->request_id_,
this->out_stream_,
ACE_TRY_ENV);