Public Member Functions | |
CommandBase (PendingAssocTimer *timer, TransportClient *transport_client, const PendingAssoc_rch &assoc) | |
Protected Attributes | |
PendingAssocTimer * | timer_ |
TransportClient * | transport_client_ |
PendingAssoc_rch | assoc_ |
Definition at line 220 of file TransportClient.h.
OpenDDS::DCPS::TransportClient::PendingAssocTimer::CommandBase::CommandBase | ( | PendingAssocTimer * | timer, | |
TransportClient * | transport_client, | |||
const PendingAssoc_rch & | assoc | |||
) | [inline] |
Definition at line 222 of file TransportClient.h.
00225 : timer_ (timer) 00226 , transport_client_ (transport_client) 00227 , assoc_ (assoc) 00228 { }
Definition at line 232 of file TransportClient.h.
PendingAssocTimer* OpenDDS::DCPS::TransportClient::PendingAssocTimer::CommandBase::timer_ [protected] |
Definition at line 230 of file TransportClient.h.
TransportClient* OpenDDS::DCPS::TransportClient::PendingAssocTimer::CommandBase::transport_client_ [protected] |
Definition at line 231 of file TransportClient.h.