#include <Endpoint_Strategy_T.h>
Inheritance diagram for TAO_AV_Child_Process_A< T_StreamEndpoint, T_VDev, T_MediaCtrl >:
Public Member Functions | |
TAO_AV_Child_Process_A (void) | |
Constructor. | |
virtual | ~TAO_AV_Child_Process_A (void) |
Destructor. |
Definition at line 251 of file Endpoint_Strategy_T.h.
|
Constructor.
Definition at line 790 of file Endpoint_Strategy_T.cpp. References ACE_DEBUG, LM_DEBUG, ACE_OS::sprintf(), CORBA::string_dup(), and TAO_debug_level.
00791 { 00792 char stream_endpoint_name[BUFSIZ]; 00793 ACE_OS::sprintf (stream_endpoint_name, 00794 "%s:%s:%ld", 00795 "Stream_Endpoint_A", 00796 this->host_, 00797 static_cast<long> (this->pid_)); 00798 00799 if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG,"(%P|%t)%s\n",stream_endpoint_name)); 00800 this->stream_endpoint_name_.length (1); 00801 this->stream_endpoint_name_ [0].id = CORBA::string_dup (stream_endpoint_name); 00802 } |
|
Destructor.
Definition at line 805 of file Endpoint_Strategy_T.cpp.
00806 { 00807 } |