Public Member Functions | |
Observer_Disconnect_Command (void) | |
Observer_Disconnect_Command (RtecEventChannelAdmin::Observer_Handle handle, RtecEventChannelAdmin::EventChannel_ptr ec) | |
Observer_Disconnect_Command (const Observer_Disconnect_Command &rhs) | |
Observer_Disconnect_Command & | operator= (const Observer_Disconnect_Command &rhs) |
void | execute (ACE_ENV_SINGLE_ARG_DECL) |
Private Attributes | |
RtecEventChannelAdmin::Observer_Handle | handle_ |
RtecEventChannelAdmin::EventChannel_var | ec_ |
Utility class for use as a template argument to TAO_EC_Auto_Command. TAO_EC_Auto_Command<Observer_Disconnect_Command> manages observer connection to the Event Channel, automatically disconnecting from ec in its destructor, if necessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|