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.

Detailed Description

Definition at line 46 of file Transport.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL 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.

Definition at line 31 of file Transport.cpp.

00032   :   name_ (name),
00033       factory_ (0)
00034 {
00035 }


Member Function Documentation

ACE_INLINE void TAO_AV_Transport_Item::factory ( TAO_AV_Transport_Factory factory  ) 

set the factory pointer's valus.

Definition at line 26 of file Transport.inl.

References factory(), and factory_.

00027 {
00028   this->factory_ = factory;
00029 }

ACE_INLINE TAO_AV_Transport_Factory * TAO_AV_Transport_Item::factory ( void   ) 

return a pointer to the Transport factory.

Definition at line 19 of file Transport.inl.

References factory_.

Referenced by factory(), and TAO_AV_Core::load_default_transport_factories().

00020 {
00021   return this->factory_;
00022 }

TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE const ACE_CString & TAO_AV_Transport_Item::name ( void   ) 

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

Definition at line 12 of file Transport.inl.

References name_.

00013 {
00014   return this->name_;
00015 }


Member Data Documentation

TAO_AV_Transport_Factory* TAO_AV_Transport_Item::factory_ [private]

pointer to factory object.

Definition at line 68 of file Transport.h.

Referenced by factory().

ACE_CString TAO_AV_Transport_Item::name_ [private]

Transport factory name.

Definition at line 65 of file Transport.h.

Referenced by name().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:48:06 2010 for TAO_AV by  doxygen 1.4.7