2 // ===========================================================================
8 // Carlos O'Ryan <coryan@uci.edu>,
9 // Chad Elliott <elliott_c@ociweb.com>
11 // ===========================================================================
13 #include "tao/Reply_Dispatcher.h"
14 #include "tao/Transport_Mux_Strategy.h"
16 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
19 TAO_Bind_Dispatcher_Guard::status (TAO_Bind_Dispatcher_Status s)
24 ACE_INLINE TAO_Bind_Dispatcher_Guard::TAO_Bind_Dispatcher_Status
25 TAO_Bind_Dispatcher_Guard::status () const
31 TAO_Bind_Dispatcher_Guard::unbind_dispatcher ()
34 this->tms_->unbind_dispatcher (this->request_id_);
36 // Already unbound and so do not try again during destruction.
38 TAO_Bind_Dispatcher_Guard::NO_UNBIND;
43 TAO_END_VERSIONED_NAMESPACE_DECL