summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Invocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Asynch_Invocation.cpp')
-rw-r--r--TAO/tao/Asynch_Invocation.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Asynch_Invocation.cpp b/TAO/tao/Asynch_Invocation.cpp
index bc8b14430b7..842918bcc2a 100644
--- a/TAO/tao/Asynch_Invocation.cpp
+++ b/TAO/tao/Asynch_Invocation.cpp
@@ -120,8 +120,10 @@ TAO_GIOP_DII_Deferred_Invocation::start (CORBA::Environment &ACE_TRY_ENV)
this->TAO_GIOP_Invocation::start (ACE_TRY_ENV);
ACE_CHECK;
+ TAO_Target_Specification spec;
+ spec.target_specifier (this->profile_->object_key ());
this->transport_->start_request (this->orb_core_,
- this->stub_,
+ spec,
this->out_stream_,
ACE_TRY_ENV);
ACE_CHECK;