#include <Transport.h>
Collaboration diagram for TAO_AV_Flow_Protocol_Item:

Public Member Functions | |
| TAO_AV_Flow_Protocol_Item (const ACE_CString &name) | |
| const ACE_CString & | name (void) |
| TAO_AV_Flow_Protocol_Factory * | factory (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_Factory * | factory_ |
| pointer to factory object. | |
|
|
creator method, the Flow_Protocol name can only be set when the object is created. Definition at line 40 of file Transport.cpp.
|
|
|
set the factory pointer's valus.
Definition at line 51 of file Transport.inl.
00052 {
00053 this->factory_ = factory;
00054 }
|
|
|
return a pointer to the Flow_Protocol factory.
Definition at line 44 of file Transport.inl. Referenced by TAO_AV_Core::load_default_flow_protocol_factories().
00045 {
00046 return this->factory_;
00047 }
|
|
|
return a reference to the character representation of the Flow_Protocol factories name. Definition at line 37 of file Transport.inl.
00038 {
00039 return this->name_;
00040 }
|
|
|
pointer to factory object.
Definition at line 102 of file Transport.h. |
|
|
Flow_Protocol factory name.
Definition at line 99 of file Transport.h. |
1.3.6