#include "ace/Shared_Object.h"
#include "ace/Svc_Conf_Tokens.h"
#include "ace/Event_Handler.h"
#include "ace/DLL.h"
#include "ace/Service_Gestalt.h"
#include "ace/Service_Object.inl"
Include dependency graph for Service_Object.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ACE_Service_Object |
Provide the abstract base class common to all service implementations. More... | |
class | ACE_Service_Type |
Keeps track of information related to the various ACE_Service_Type_Impl subclasses. 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 hook is called and the service_object_ gets deleted. More... | |
Defines | |
#define | ACE_Component ACE_Service_Object |
Definition in file Service_Object.h.
|
Definition at line 31 of file Service_Object.h. |