Public Member Functions | |
CancelCommand (PendingAssocTimer *timer, TransportClient *transport_client, PendingAssoc *assoc) | |
virtual void | execute () |
Definition at line 246 of file TransportClient.h.
OpenDDS::DCPS::TransportClient::PendingAssocTimer::CancelCommand::CancelCommand | ( | PendingAssocTimer * | timer, | |
TransportClient * | transport_client, | |||
PendingAssoc * | assoc | |||
) | [inline] |
Definition at line 247 of file TransportClient.h.
00250 : CommandBase (timer, transport_client, assoc) 00251 { }
virtual void OpenDDS::DCPS::TransportClient::PendingAssocTimer::CancelCommand::execute | ( | ) | [inline, virtual] |
Definition at line 252 of file TransportClient.h.
00253 { 00254 if (timer_->reactor()) { 00255 timer_->reactor()->cancel_timer(assoc_); 00256 } 00257 }