From c4fc2f8abdd0ba5d4c811c7a74a66463b5c50d6c Mon Sep 17 00:00:00 2001 From: coryan Date: Sat, 14 Aug 1999 22:40:41 +0000 Subject: ChangeLogTag:Sat Aug 14 17:39:04 1999 Carlos O'Ryan --- TAO/tao/Asynch_Invocation.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TAO/tao/Asynch_Invocation.cpp') 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? -- cgit v1.2.1