OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand Struct Reference

Inheritance diagram for OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand:
Inheritance graph
[legend]
Collaboration diagram for OpenDDS::DCPS::TransportClient::PendingAssocTimer::ScheduleCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ScheduleCommand (PendingAssocTimer *timer, TransportClient *transport_client, const PendingAssoc_rch &assoc)
virtual void execute ()

Detailed Description

Definition at line 234 of file TransportClient.h.


Constructor & Destructor Documentation

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       { }


Member Function Documentation

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       }


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1