#include <Endpoint_Strategy_T.h>
Inheritance diagram for TAO_AV_Endpoint_Reactive_Strategy_B< T_StreamEndpoint, T_Vdev, T_MediaCtrl >:
Public Member Functions | |
TAO_AV_Endpoint_Reactive_Strategy_B (void) | |
Constructor. | |
virtual | ~TAO_AV_Endpoint_Reactive_Strategy_B (void) |
Destructor. | |
int | init (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) |
virtual int | activate_stream_endpoint (ACE_ENV_SINGLE_ARG_DECL) |
virtual int | create_B (AVStreams::StreamEndPoint_B_ptr &stream_endpoint, AVStreams::VDev_ptr &vdev ACE_ENV_ARG_DECL) |
Called by the MMDevice, when it needs to create a B type endpoint. |
|
Constructor.
|
|
Destructor.
|
|
Overrides the base class stream_endpoint activator, to activate a "B" type endpoint Implements TAO_AV_Endpoint_Reactive_Strategy< T_StreamEndpoint, T_Vdev, T_MediaCtrl >. |
|
Called by the MMDevice, when it needs to create a B type endpoint.
Reimplemented from TAO_AV_Endpoint_Strategy. |
|
|