#include <Endpoint_Strategy.h>
Public Member Functions | |
TAO_AV_Endpoint_Process_Strategy_B (ACE_Process_Options *process_options) | |
Constructor. | |
virtual | ~TAO_AV_Endpoint_Process_Strategy_B (void) |
Destructor. | |
Protected Member Functions | |
virtual int | create_B (AVStreams::StreamEndPoint_B_ptr &stream_endpoint, AVStreams::VDev_ptr &vdev) |
Creates a "B" type stream endpoint, and a vdev. | |
virtual int | get_stream_endpoint (void) |
Gets the object reference of the "B" type streamendpoint. |
TAO_AV_Endpoint_Process_Strategy_B::TAO_AV_Endpoint_Process_Strategy_B | ( | ACE_Process_Options * | process_options | ) |
Constructor.
TAO_AV_Endpoint_Process_Strategy_B::~TAO_AV_Endpoint_Process_Strategy_B | ( | void | ) | [virtual] |
Destructor.
int TAO_AV_Endpoint_Process_Strategy_B::create_B | ( | AVStreams::StreamEndPoint_B_ptr & | stream_endpoint, | |
AVStreams::VDev_ptr & | vdev | |||
) | [protected, virtual] |
int TAO_AV_Endpoint_Process_Strategy_B::get_stream_endpoint | ( | void | ) | [protected, virtual] |
Gets the object reference of the "B" type streamendpoint.
Implements TAO_AV_Endpoint_Process_Strategy.