Public Member Functions | |
ScheduleCommand (PendingAssocTimer *timer, TransportClient *transport_client, PendingAssoc *assoc) | |
virtual void | execute () |
Definition at line 233 of file TransportClient.h.
OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand::ScheduleCommand | ( | PendingAssocTimer * | timer, | |
TransportClient * | transport_client, | |||
PendingAssoc * | assoc | |||
) | [inline] |
Definition at line 234 of file TransportClient.h.
00237 : CommandBase (timer, transport_client, assoc) 00238 { }
virtual void OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand::execute | ( | ) | [inline, virtual] |
Definition at line 239 of file TransportClient.h.
00240 { 00241 if (timer_->reactor()) { 00242 timer_->reactor()->schedule_timer(assoc_, transport_client_, transport_client_->passive_connect_duration_); 00243 } 00244 }