ACE_Service_Gestalt::Processed_Static_Svc Struct Reference

#include <Service_Gestalt.h>

Collaboration diagram for ACE_Service_Gestalt::Processed_Static_Svc:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Processed_Static_Svc (const ACE_Static_Svc_Descriptor *)
 ~Processed_Static_Svc (void)

Public Attributes

ACE_TCHARname_
const ACE_Static_Svc_Descriptorassd_

Constructor & Destructor Documentation

ACE_Service_Gestalt::Processed_Static_Svc::Processed_Static_Svc const ACE_Static_Svc_Descriptor  ) 
 

Definition at line 184 of file Service_Gestalt.cpp.

References ACE_NEW_NORETURN, ACE_TCHAR, ACE_Static_Svc_Descriptor::name_, and ACE_OS::strcpy().

00185   :name_(0),
00186    assd_(assd)
00187 {
00188   ACE_NEW_NORETURN (name_, ACE_TCHAR[ACE_OS::strlen(assd->name_)+1]);
00189   ACE_OS::strcpy(name_,assd->name_);
00190 }

ACE_Service_Gestalt::Processed_Static_Svc::~Processed_Static_Svc void   ) 
 

Definition at line 192 of file Service_Gestalt.cpp.

00193 {
00194   delete [] name_;
00195 }


Member Data Documentation

const ACE_Static_Svc_Descriptor* ACE_Service_Gestalt::Processed_Static_Svc::assd_
 

Definition at line 312 of file Service_Gestalt.h.

ACE_TCHAR* ACE_Service_Gestalt::Processed_Static_Svc::name_
 

Definition at line 311 of file Service_Gestalt.h.


The documentation for this struct was generated from the following files:
Generated on Sun Jan 27 12:57:19 2008 for ACE by doxygen 1.3.6