Holds the information necessary to describe a statically linked Svc.  
 More...
#include <Service_Config.h>
Holds the information necessary to describe a statically linked Svc. 
◆ dump()
      
        
          | void ACE_Static_Svc_Descriptor::dump | ( |  | ) | const | 
      
 
Dump the state of an object. 
 
 
◆ operator!=()
Compare two service descriptors for inequality. 
 
 
◆ operator==()
Compare two service descriptors for equality. 
 
 
◆ ACE_ALLOC_HOOK_DECLARE
      
        
          | ACE_Static_Svc_Descriptor::ACE_ALLOC_HOOK_DECLARE | 
      
 
Declare the dynamic allocation hooks. 
 
 
◆ active_
      
        
          | int ACE_Static_Svc_Descriptor::active_ | 
      
 
Flag indicating whether the service starts out active. 
 
 
◆ alloc_
Factory function that allocates the service. 
 
 
◆ flags_
      
        
          | u_int ACE_Static_Svc_Descriptor::flags_ | 
      
 
Bitmask flags indicating how the framework should delete memory. 
 
 
◆ name_
      
        
          | const ACE_TCHAR* ACE_Static_Svc_Descriptor::name_ | 
      
 
 
◆ type_
      
        
          | int ACE_Static_Svc_Descriptor::type_ | 
      
 
 
The documentation for this class was generated from the following files: