NAME

ACE_Static_Svc_Descriptor - Holds the information necessary to describe a statically linked Svc.

SYNOPSIS

#include <ace/Service_Config.h>

class ACE_Static_Svc_Descriptor { public: const ASYS_TCHAR *name_; int type_; ACE_SERVICE_ALLOCATOR alloc_; u_int flags_; int active_; void dump (void) const; ACE_ALLOC_HOOK_DECLARE; int operator== (ACE_Static_Svc_Descriptor &) const; };

PUBLIC MEMBERS

const ASYS_TCHAR *name_;

int type_;

ACE_SERVICE_ALLOCATOR alloc_;

u_int flags_;

int active_;

void dump (void) const;

ACE_ALLOC_HOOK_DECLARE;

int operator== (ACE_Static_Svc_Descriptor &) const;

AUTHOR

Doug Schmidt

LIBRARY

ace