ACE 8.0.1
|
Define the methods for handling the configuration of ACE_Service_Objects. More...
#include <Service_Types.h>
Private Attributes | |
int | initialized_ |
Holds the initialization status (result of object->init()) | |
Additional Inherited Members | |
![]() | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
![]() | |
const ACE_TCHAR * | name_ |
Name of the service. | |
void * | obj_ |
ACE_Service_Object_Exterminator | gobbler_ |
Destroy function to deallocate obj_. | |
u_int | flags_ |
Flags that control serivce behavior (particularly deletion). | |
int | service_type_ |
Define the methods for handling the configuration of ACE_Service_Objects.
ACE_Service_Object_Type::ACE_Service_Object_Type | ( | void * | so, |
const ACE_TCHAR * | name, | ||
u_int | flags = 0, | ||
ACE_Service_Object_Exterminator | gobbler = 0, | ||
int | stype = ACE_Service_Type::SERVICE_OBJECT ) |
ACE_Service_Object_Type::~ACE_Service_Object_Type | ( | ) |
|
virtual |
Reimplemented from ACE_Service_Type_Impl.
Implements ACE_Service_Type_Impl.
Implements ACE_Service_Type_Impl.
|
virtual |
Implements ACE_Service_Type_Impl.
|
virtual |
Implements ACE_Service_Type_Impl.
|
mutableprivate |
Holds the initialization status (result of object->init())