#include <Bind_Dispatcher_Guard.h>
Collaboration diagram for TAO_Bind_Dispatcher_Guard:
Public Types | |
enum | { UNBIND = 0, NO_UNBIND } |
State information. More... | |
Public Methods | |
TAO_Bind_Dispatcher_Guard (CORBA::ULong request_id, TAO_Reply_Dispatcher *rd, TAO_Transport_Mux_Strategy *tms) | |
~TAO_Bind_Dispatcher_Guard (void) | |
int | unbind_dispatcher (void) |
Returns 0 if succesful and non-zero otherwise. | |
int | status (void) const |
Set and get status. | |
void | status (int status) |
Private Attributes | |
int | status_ |
CORBA::ULong | request_id_ |
TAO_Reply_Dispatcher * | rd_ |
TAO_Transport_Mux_Strategy * | tms_ |
|
State information.
|
|
|
|
|
|
|
|
Set and get status.
|
|
Returns 0 if succesful and non-zero otherwise.
|
|
|
|
|
|
|
|
|