#include <ace/Service_Config.h> struct ACE_Static_Svc_Descriptor {
public:
char *name_;
int type_;
ACE_Service_Object *(*alloc_)(void);
u_int flags_;
int active_;
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;
int operator== (ACE_Static_Svc_Descriptor &) const;
};
char *name_;
int type_;
ACE_Service_Object *(*alloc_)(void);
u_int flags_;
int active_;
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;
int operator== (ACE_Static_Svc_Descriptor &) const;