TAO_AV
2.1.0
|
The "A" side of a streamendpoint. More...
#include <AVStreams_i.h>
Public Member Functions | |
TAO_StreamEndPoint_A (void) | |
Constructor. | |
virtual CORBA::Boolean | multiconnect (AVStreams::streamQoS &the_qos, AVStreams::flowSpec &the_spec) |
Used for ATM-style multicast. | |
virtual CORBA::Boolean | connect_leaf (AVStreams::StreamEndPoint_B_ptr the_ep, AVStreams::streamQoS &the_qos, const AVStreams::flowSpec &the_flows) |
Used for ATM-style multicast. | |
virtual void | disconnect_leaf (AVStreams::StreamEndPoint_B_ptr the_ep, const AVStreams::flowSpec &theSpec) |
Used to remove a multicast leaf. | |
virtual | ~TAO_StreamEndPoint_A (void) |
Destructor. |
The "A" side of a streamendpoint.
Constructor.
TAO_StreamEndPoint_A::~TAO_StreamEndPoint_A | ( | void | ) | [virtual] |
Destructor.
CORBA::Boolean TAO_StreamEndPoint_A::connect_leaf | ( | AVStreams::StreamEndPoint_B_ptr | the_ep, |
AVStreams::streamQoS & | the_qos, | ||
const AVStreams::flowSpec & | the_flows | ||
) | [virtual] |
Used for ATM-style multicast.
void TAO_StreamEndPoint_A::disconnect_leaf | ( | AVStreams::StreamEndPoint_B_ptr | the_ep, |
const AVStreams::flowSpec & | theSpec | ||
) | [virtual] |
Used to remove a multicast leaf.
CORBA::Boolean TAO_StreamEndPoint_A::multiconnect | ( | AVStreams::streamQoS & | the_qos, |
AVStreams::flowSpec & | the_spec | ||
) | [virtual] |
Used for ATM-style multicast.
Reimplemented from TAO_StreamEndPoint.