Helper class for the child process created in TAO_AV_Child_Process. More...
#include <Endpoint_Strategy_T.h>
Public Member Functions | |
TAO_AV_Child_Process_B (void) | |
Constructor. | |
virtual | ~TAO_AV_Child_Process_B (void) |
Destructor. |
Helper class for the child process created in TAO_AV_Child_Process.
Definition at line 267 of file Endpoint_Strategy_T.h.
TAO_AV_Child_Process_B< T_StreamEndpoint, T_VDev, T_MediaCtrl >::TAO_AV_Child_Process_B | ( | void | ) |
Constructor.
Definition at line 725 of file Endpoint_Strategy_T.cpp.
{ char stream_endpoint_name[BUFSIZ]; ACE_OS::sprintf (stream_endpoint_name, "%s:%s:%ld", "Stream_Endpoint_B", this->host_, static_cast<long> (this->pid_)); if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG,"(%P|%t)%s\n",stream_endpoint_name)); this->stream_endpoint_name_.length (1); this->stream_endpoint_name_ [0].id = CORBA::string_dup (stream_endpoint_name); }
TAO_AV_Child_Process_B< T_StreamEndpoint, T_VDev, T_MediaCtrl >::~TAO_AV_Child_Process_B | ( | void | ) | [virtual] |