Public Member Functions | |
ScheduleCommand (PendingAssocTimer *timer, TransportClient *transport_client, const PendingAssoc_rch &assoc) | |
virtual void | execute () |
Definition at line 234 of file TransportClient.h.
OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand::ScheduleCommand | ( | PendingAssocTimer * | timer, | |
TransportClient * | transport_client, | |||
const PendingAssoc_rch & | assoc | |||
) | [inline] |
Definition at line 235 of file TransportClient.h.
00238 : CommandBase (timer, transport_client, assoc) 00239 { }
virtual void OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand::execute | ( | void | ) | [inline, virtual] |
Implements OpenDDS::DCPS::ReactorInterceptor::Command.
Definition at line 240 of file TransportClient.h.
00241 { 00242 if (timer_->reactor()) { 00243 timer_->reactor()->schedule_timer(assoc_.in(), 00244 transport_client_, 00245 transport_client_->passive_connect_duration_); 00246 } 00247 }