#include <Service_Config.h>
Public Methods | |
void | dump (void) const |
Dump the state of an object. | |
int | operator== (ACE_Static_Svc_Descriptor &) const |
Compare two service descriptors for equality. | |
int | operator!= (ACE_Static_Svc_Descriptor &) const |
Compare two service descriptors for inequality. | |
Public Attributes | |
const ACE_TCHAR * | name_ |
Name of the service. | |
int | type_ |
Type of service. | |
ACE_SERVICE_ALLOCATOR | alloc_ |
Factory function that allocates the service. | |
u_int | flags_ |
Bitmask flags indicating how the framework should delete memory. | |
int | active_ |
Flag indicating whether the service starts out active. | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. |
|
Dump the state of an object.
|
|
Compare two service descriptors for inequality.
|
|
Compare two service descriptors for equality.
|
|
Declare the dynamic allocation hooks.
|
|
Flag indicating whether the service starts out active.
|
|
Factory function that allocates the service.
|
|
Bitmask flags indicating how the framework should delete memory.
|
|
Name of the service.
|
|
Type of service.
|