TAO_AV_Child_Process_A< T_StreamEndpoint, T_VDev, T_MediaCtrl > Class Template Reference

Helper class for the child process created in TAO_AV_Child_Process. More...

#include <Endpoint_Strategy_T.h>

Inheritance diagram for TAO_AV_Child_Process_A< T_StreamEndpoint, T_VDev, T_MediaCtrl >:

Inheritance graph
[legend]
Collaboration diagram for TAO_AV_Child_Process_A< T_StreamEndpoint, T_VDev, T_MediaCtrl >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_AV_Child_Process_A (void)
 Constructor.
virtual ~TAO_AV_Child_Process_A (void)
 Destructor.

Detailed Description

template<class T_StreamEndpoint, class T_VDev, class T_MediaCtrl>
class TAO_AV_Child_Process_A< T_StreamEndpoint, T_VDev, T_MediaCtrl >

Helper class for the child process created in TAO_AV_Child_Process.

Definition at line 248 of file Endpoint_Strategy_T.h.


Constructor & Destructor Documentation

template<class T_StreamEndpoint, class T_VDev, class T_MediaCtrl>
TAO_AV_Child_Process_A< T_StreamEndpoint, T_VDev, T_MediaCtrl >::TAO_AV_Child_Process_A ( void   ) 

Constructor.

Definition at line 696 of file Endpoint_Strategy_T.cpp.

References ACE_DEBUG, LM_DEBUG, ACE_OS::sprintf(), TAO_AV_Child_Process< T_StreamEndpoint, T_VDev, T_MediaCtrl >::stream_endpoint_name_, CORBA::string_dup(), and TAO_debug_level.

00697 {
00698   char stream_endpoint_name[BUFSIZ];
00699   ACE_OS::sprintf (stream_endpoint_name,
00700                    "%s:%s:%ld",
00701                    "Stream_Endpoint_A",
00702                    this->host_,
00703                    static_cast<long> (this->pid_));
00704 
00705   if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG,"(%P|%t)%s\n",stream_endpoint_name));
00706   this->stream_endpoint_name_.length (1);
00707   this->stream_endpoint_name_ [0].id = CORBA::string_dup (stream_endpoint_name);
00708 }

template<class T_StreamEndpoint, class T_VDev, class T_MediaCtrl>
TAO_AV_Child_Process_A< T_StreamEndpoint, T_VDev, T_MediaCtrl >::~TAO_AV_Child_Process_A ( void   )  [virtual]

Destructor.

Definition at line 711 of file Endpoint_Strategy_T.cpp.

00712 {
00713 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:47:59 2010 for TAO_AV by  doxygen 1.4.7