TAO_AV  2.0.8
Public Member Functions | Private Attributes
TAO_AV_Flow_Protocol_Item Class Reference

#include <Transport.h>

Collaboration diagram for TAO_AV_Flow_Protocol_Item:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_AV_Flow_Protocol_Item (const ACE_CString &name)
const ACE_CStringname (void)
TAO_AV_Flow_Protocol_Factoryfactory (void)
 return a pointer to the Flow_Protocol factory.
void factory (TAO_AV_Flow_Protocol_Factory *factory)
 set the factory pointer's valus.

Private Attributes

ACE_CString name_
 Flow_Protocol factory name.
TAO_AV_Flow_Protocol_Factoryfactory_
 pointer to factory object.

Constructor & Destructor Documentation

TAO_AV_Flow_Protocol_Item::TAO_AV_Flow_Protocol_Item ( const ACE_CString name)

creator method, the Flow_Protocol name can only be set when the object is created.


Member Function Documentation

TAO_AV_Flow_Protocol_Factory * TAO_AV_Flow_Protocol_Item::factory ( void  )

return a pointer to the Flow_Protocol factory.

void TAO_AV_Flow_Protocol_Item::factory ( TAO_AV_Flow_Protocol_Factory factory)

set the factory pointer's valus.

const ACE_CString & TAO_AV_Flow_Protocol_Item::name ( void  )

return a reference to the character representation of the Flow_Protocol factories name.


Member Data Documentation

pointer to factory object.

Flow_Protocol factory name.


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