OpenDDS::DCPS::TransportClient::PendingAssocTimer::CancelCommand Struct Reference

Inheritance diagram for OpenDDS::DCPS::TransportClient::PendingAssocTimer::CancelCommand:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CancelCommand (PendingAssocTimer *timer, TransportClient *transport_client, PendingAssoc *assoc)
virtual void execute ()

Detailed Description

Definition at line 246 of file TransportClient.h.


Constructor & Destructor Documentation

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


Member Function Documentation

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       }


The documentation for this struct was generated from the following file:
Generated on Fri Feb 12 20:06:29 2016 for OpenDDS by  doxygen 1.4.7