Public Member Functions | Private Attributes

TAO_AV_Transport_Item Class Reference

#include <Transport.h>

Collaboration diagram for TAO_AV_Transport_Item:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_AV_Transport_Item (const ACE_CString &name)
const ACE_CStringname (void)
TAO_AV_Transport_Factoryfactory (void)
 Return a pointer to the Transport factory.
void factory (TAO_AV_Transport_Factory *factory)
 Set the factory pointer's valus.

Private Attributes

ACE_CString name_
 Transport factory name.
TAO_AV_Transport_Factoryfactory_
 Pointer to factory object.

Constructor & Destructor Documentation

TAO_AV_Transport_Item::TAO_AV_Transport_Item ( const ACE_CString name )

Creator method, the Transport name can only be set when the object is created.


Member Function Documentation

TAO_AV_Transport_Factory * TAO_AV_Transport_Item::factory ( void   )

Return a pointer to the Transport factory.

void TAO_AV_Transport_Item::factory ( TAO_AV_Transport_Factory factory )

Set the factory pointer's valus.

const ACE_CString & TAO_AV_Transport_Item::name ( void   )

Return a reference to the character representation of the Transport factories name.


Member Data Documentation

Pointer to factory object.

Transport factory name.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines