Public Member Functions | |
CancelCommand (PendingAssocTimer *timer, TransportClient *transport_client, const PendingAssoc_rch &assoc) | |
virtual void | execute () |
Definition at line 249 of file TransportClient.h.
OpenDDS::DCPS::TransportClient::PendingAssocTimer::CancelCommand::CancelCommand | ( | PendingAssocTimer * | timer, | |
TransportClient * | transport_client, | |||
const PendingAssoc_rch & | assoc | |||
) | [inline] |
Definition at line 250 of file TransportClient.h.
00253 : CommandBase (timer, transport_client, assoc) 00254 { }
virtual void OpenDDS::DCPS::TransportClient::PendingAssocTimer::CancelCommand::execute | ( | void | ) | [inline, virtual] |
Implements OpenDDS::DCPS::ReactorInterceptor::Command.
Definition at line 255 of file TransportClient.h.