TAO_PortableGroup
2.1.9
|
Value field of the portable group acceptor registry. More...
#include <PortableGroup_Acceptor_Registry.h>
Public Attributes | |
TAO_Acceptor * | acceptor |
Pointer to the acceptor for this GroupId. More... | |
TAO_Endpoint * | endpoint |
Cached endpoint that the acceptor is listening on. More... | |
int | cnt |
Count of times that this GroupId has been opened. More... | |
Value field of the portable group acceptor registry.
TAO_Acceptor* TAO_PortableGroup_Acceptor_Registry::Entry::acceptor |
Pointer to the acceptor for this GroupId.
int TAO_PortableGroup_Acceptor_Registry::Entry::cnt |
Count of times that this GroupId has been opened.
TAO_Endpoint* TAO_PortableGroup_Acceptor_Registry::Entry::endpoint |
Cached endpoint that the acceptor is listening on.