#include <Transport.h>
Inheritance diagram for TAO_AV_Acceptor:
Public Member Functions | |
TAO_AV_Acceptor (void) | |
virtual | ~TAO_AV_Acceptor (void) |
virtual int | open (TAO_Base_StreamEndPoint *endpoint, TAO_AV_Core *av_core, TAO_FlowSpec_Entry *entry, TAO_AV_Flow_Protocol_Factory *factory, TAO_AV_Core::Flow_Component flow_comp)=0 |
virtual int | open_default (TAO_Base_StreamEndPoint *endpoint, TAO_AV_Core *av_core, TAO_FlowSpec_Entry *entry, TAO_AV_Flow_Protocol_Factory *factory, TAO_AV_Core::Flow_Component flow_comp)=0 |
const char * | flowname () |
virtual int | close (void)=0 |
Protected Attributes | |
ACE_CString | flowname_ |
TAO_AV_Core * | av_core_ |
ACE_Addr * | address_ |
|
Definition at line 641 of file Transport.cpp.
00642 { 00643 } |
|
Definition at line 645 of file Transport.cpp.
00646 { 00647 } |
|
Implemented in TAO_AV_TCP_Acceptor, and TAO_AV_UDP_Acceptor. |
|
Definition at line 96 of file Transport.i.
00097 { 00098 return this->flowname_.c_str (); 00099 } |
|
Implemented in TAO_AV_TCP_Acceptor, and TAO_AV_UDP_Acceptor. Referenced by TAO_AV_Acceptor_Registry::open(). |
|
Implemented in TAO_AV_TCP_Acceptor, and TAO_AV_UDP_Acceptor. Referenced by TAO_AV_Acceptor_Registry::open_default(). |
|
Reimplemented in TAO_AV_UDP_Acceptor. Definition at line 238 of file Transport.h. |
|
Definition at line 237 of file Transport.h. |
|
Definition at line 236 of file Transport.h. |