#include "ace/Shared_Object.h"
#include "ace/Svc_Conf_Tokens.h"
#include "ace/Event_Handler.h"
#include "ace/DLL.h"
#include "ace/Service_Object.i"
Include dependency graph for Service_Object.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Service_Object |
Provide the abstract base class common to all service implementations. More... | |
class | ACE_Service_Object_Ptr |
This is a smart pointer that holds onto the associated <ACE_Service_Object> * until the current scope is left, at which point the object's <fini> hook is called and the service_object_ gets deleted. More... | |
class | ACE_Service_Type |
Keeps track of information related to the various <ACE_Service_Type_Impl> subclasses. More... | |
Defines | |
#define | ACE_Component ACE_Service_Object |
|
|