#include <Transport.h>
Inheritance diagram for TAO_AV_Connector:

Public Member Functions | |
| TAO_AV_Connector (void) | |
| virtual | ~TAO_AV_Connector (void) |
| const char * | flowname (void) |
| virtual int | open (TAO_Base_StreamEndPoint *endpoint, TAO_AV_Core *av_core, TAO_AV_Flow_Protocol_Factory *factory)=0 |
| virtual int | connect (TAO_FlowSpec_Entry *entry, TAO_AV_Transport *&transport, TAO_AV_Core::Flow_Component flow_component)=0 |
| virtual int | close (void)=0 |
Protected Attributes | |
| ACE_CString | flowname_ |
|
|
Definition at line 632 of file Transport.cpp.
00633 {
00634 }
|
|
|
Definition at line 636 of file Transport.cpp.
00637 {
00638 }
|
|
|
Implemented in TAO_AV_TCP_Connector, and TAO_AV_UDP_Connector. |
|
||||||||||||||||
|
Implemented in TAO_AV_TCP_Connector, and TAO_AV_UDP_Connector. Referenced by TAO_AV_Connector_Registry::open(). |
|
|
Definition at line 106 of file Transport.inl.
00107 {
00108 return this->flowname_.c_str ();
00109 }
|
|
||||||||||||||||
|
Implemented in TAO_AV_TCP_Connector, and TAO_AV_UDP_Connector. Referenced by TAO_AV_Connector_Registry::open(). |
|
|
Definition at line 262 of file Transport.h. |
1.3.6