24#ifndef COMPONENT_THREAD_CLEANUP_HANDLER_GUARD
25#define COMPONENT_THREAD_CLEANUP_HANDLER_GUARD
struct component_thread_cleanup_handler_imp * component_thread_cleanup_handler
Definition: component_thread_cleanup_handler.h:29
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
#define DEFINE_SERVICE_HANDLE(name)
Defines an object type that is meant for carrying handles to the implementation-specific objects used...
Definition: service.h:129
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112