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


Public Member Functions | |
| TAO_AV_Transport_Factory (void) | |
| Initialization hook. | |
| virtual | ~TAO_AV_Transport_Factory (void) |
| virtual int | init (int argc, char *argv[]) |
| virtual int | match_protocol (const char *protocol_string) |
| virtual TAO_AV_Acceptor * | make_acceptor (void) |
| virtual TAO_AV_Connector * | make_connector (void) |
Public Attributes | |
| int | ref_count |
|
|
Initialization hook.
Definition at line 649 of file Transport.cpp.
00650 {
00651 }
|
|
|
Definition at line 653 of file Transport.cpp.
00654 {
00655 }
|
|
||||||||||||
|
Reimplemented in TAO_AV_TCP_Factory, and TAO_AV_UDP_Factory. Definition at line 658 of file Transport.cpp.
00660 {
00661 return -1;
00662 }
|
|
|
Reimplemented in TAO_AV_TCP_Factory, and TAO_AV_UDP_Factory. Definition at line 671 of file Transport.cpp. Referenced by TAO_AV_Acceptor_Registry::open(), and TAO_AV_Acceptor_Registry::open_default().
00672 {
00673 return 0;
00674 }
|
|
|
Reimplemented in TAO_AV_TCP_Factory, and TAO_AV_UDP_Factory. Definition at line 677 of file Transport.cpp. Referenced by TAO_AV_Connector_Registry::open().
00678 {
00679 return 0;
00680 }
|
|
|
Reimplemented in TAO_AV_TCP_Factory, and TAO_AV_UDP_Factory. Definition at line 665 of file Transport.cpp.
00666 {
00667 return 0;
00668 }
|
|
|
Definition at line 335 of file Transport.h. Referenced by TAO_AV_Core::load_default_transport_factories(). |
1.3.6