#include <Service_Gestalt.h>
Collaboration diagram for ACE_Service_Gestalt::Processed_Static_Svc:
Public Member Functions | |
Processed_Static_Svc (const ACE_Static_Svc_Descriptor *) | |
~Processed_Static_Svc (void) | |
Public Attributes | |
ACE_TCHAR * | name_ |
const ACE_Static_Svc_Descriptor * | assd_ |
|
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 } |
|
Definition at line 192 of file Service_Gestalt.cpp.
00193 { 00194 delete [] name_; 00195 } |
|
Definition at line 312 of file Service_Gestalt.h. |
|
Definition at line 311 of file Service_Gestalt.h. |