diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-14 22:40:41 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-14 22:40:41 +0000 |
commit | c4fc2f8abdd0ba5d4c811c7a74a66463b5c50d6c (patch) | |
tree | 11ff994291001e9404230533c945191c384e17d7 /TAO/tao/Asynch_Invocation.cpp | |
parent | 0566348fccd19b8f9daf35b2a227ee5cb13e6cb9 (diff) | |
download | ATCD-c4fc2f8abdd0ba5d4c811c7a74a66463b5c50d6c.tar.gz |
ChangeLogTag:Sat Aug 14 17:39:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Asynch_Invocation.cpp')
-rw-r--r-- | TAO/tao/Asynch_Invocation.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/Asynch_Invocation.cpp b/TAO/tao/Asynch_Invocation.cpp index f9d09392d1c..7698d7e4db6 100644 --- a/TAO/tao/Asynch_Invocation.cpp +++ b/TAO/tao/Asynch_Invocation.cpp @@ -100,8 +100,9 @@ TAO_GIOP_Twoway_Asynch_Invocation::invoke_i (CORBA::Environment &ACE_TRY_ENV) // Register a reply dispatcher for this Asynch_Invocation. Use the // heap allocated reply dispatcher. - int retval = this->transport_->bind_reply_dispatcher (this->request_id_, - this->rd_); + int retval = + this->transport_->tms ()->bind_dispatcher (this->request_id_, + this->rd_); if (retval == -1) { // @@ What is the right way to handle this error? |