OpenDDS::DCPS::TransportClient::PendingAssocTimer::DeleteCommand Struct Reference

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DeleteCommand (PendingAssoc *assoc)
virtual void execute ()

Detailed Description

Definition at line 259 of file TransportClient.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::TransportClient::PendingAssocTimer::DeleteCommand::DeleteCommand ( PendingAssoc assoc  )  [inline]

Definition at line 260 of file TransportClient.h.

00261         : CommandBase (0, 0, assoc)
00262       { }


Member Function Documentation

virtual void OpenDDS::DCPS::TransportClient::PendingAssocTimer::DeleteCommand::execute (  )  [inline, virtual]

Definition at line 263 of file TransportClient.h.

00264       {
00265         delete assoc_;
00266       }


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