

Public Member Functions | |
| CommandBase (PendingAssocTimer *timer, TransportClient *transport_client, PendingAssoc *assoc) | |
Protected Attributes | |
| PendingAssocTimer * | timer_ |
| TransportClient * | transport_client_ |
| PendingAssoc * | assoc_ |
Definition at line 219 of file TransportClient.h.
| OpenDDS::DCPS::TransportClient::PendingAssocTimer::CommandBase::CommandBase | ( | PendingAssocTimer * | timer, | |
| TransportClient * | transport_client, | |||
| PendingAssoc * | assoc | |||
| ) | [inline] |
Definition at line 221 of file TransportClient.h.
00224 : timer_ (timer) 00225 , transport_client_ (transport_client) 00226 , assoc_ (assoc) 00227 { }
Definition at line 231 of file TransportClient.h.
PendingAssocTimer* OpenDDS::DCPS::TransportClient::PendingAssocTimer::CommandBase::timer_ [protected] |
Definition at line 229 of file TransportClient.h.
TransportClient* OpenDDS::DCPS::TransportClient::PendingAssocTimer::CommandBase::transport_client_ [protected] |
Definition at line 230 of file TransportClient.h.
1.4.7