#include <AVStreams_i.h>
Inheritance diagram for TAO_StreamEndPoint_B:
Public Member Functions | |
TAO_StreamEndPoint_B (void) | |
Constructor. | |
virtual CORBA::Boolean | multiconnect (AVStreams::streamQoS &the_qos, AVStreams::flowSpec &the_spec ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException, AVStreams::streamOpFailed, AVStreams::noSuchFlow, AVStreams::QoSRequestFailed, AVStreams::FPError) |
Used for internet-style multicast. | |
virtual | ~TAO_StreamEndPoint_B (void) |
Destructor. |
Definition at line 779 of file AVStreams_i.h.
|
Constructor.
Definition at line 2991 of file AVStreams_i.cpp. References ACE_DEBUG, LM_DEBUG, and TAO_debug_level.
02992 { 02993 if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG, 02994 "\n(%P|%t) TAO_StreamEndPoint_B::TAO_StreamEndPoint_B: created")); 02995 } |
|
Destructor.
Definition at line 3131 of file AVStreams_i.cpp.
03132 { 03133 } |
|
Used for internet-style multicast.
Reimplemented from TAO_StreamEndPoint. |