74 #ifdef __AFW_ADAPTOR_IMPL_DECLARES_H__
75 #ifndef AFW_ADAPTOR_INF_ONLY
76 #error "afw_adaptor_impl_declares.h already included."
79 #ifndef __AFW_ADAPTOR_IMPL_DECLARES_H__
80 #ifdef AFW_ADAPTOR_INF_ONLY
81 #error "afw_adaptor_impl_declares.h must be included before AFW_ADAPTOR_INF_ONLY."
83 #define __AFW_ADAPTOR_IMPL_DECLARES_H__ 1
86 #ifdef AFW_IMPLEMENTATION_ID
87 #define _AFW_IMPLEMENTATION_ID_ AFW_IMPLEMENTATION_ID
89 #define _AFW_IMPLEMENTATION_ID_ "unspecified"
91 #ifdef AFW_IMPLEMENTATION_SPECIFIC
92 #define _AFW_IMPLEMENTATION_SPECIFIC_ AFW_IMPLEMENTATION_SPECIFIC
94 #define _AFW_IMPLEMENTATION_SPECIFIC_ NULL
96 #ifndef AFW_ADAPTOR_INF_ONLY
98 #ifndef impl_afw_adaptor_destroy
100 AFW_DECLARE_STATIC(
void)
106 #ifndef impl_afw_adaptor_create_adaptor_session
114 #ifndef impl_afw_adaptor_get_additional_metrics
126 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __BASE_FILE__
128 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __FILE__
130 #ifdef AFW_IMPLEMENTATION_INF_SPECIFIER
135 #ifdef AFW_IMPLEMENTATION_INF_LABEL
136 AFW_IMPLEMENTATION_INF_LABEL = {
138 impl_afw_adaptor_inf = {
144 _AFW_IMPLEMENTATION_SPECIFIC_
151 #undef _AFW_IMPLEMENTATION_ID_
152 #undef _AFW_IMPLEMENTATION_SPECIFIC_
153 #undef _AFW_IMPLEMENTATION_SOURCE_FILE_
#define AFW_BEGIN_DECLARES
Interface afw_interface opaque typedefs.
impl_afw_adaptor_get_additional_metrics(const afw_adaptor_t *instance, const afw_pool_t *p, afw_xctx_t *xctx)
impl_afw_adaptor_destroy(const afw_adaptor_t *instance, afw_xctx_t *xctx)
impl_afw_adaptor_create_adaptor_session(const afw_adaptor_t *instance, afw_xctx_t *xctx)
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
Interface afw_adaptor_inf_s struct.
Interface afw_adaptor public struct.
Interface afw_adaptor_session public struct.
Interface afw_object public struct.
Interface afw_pool public struct.
Interface afw_xctx public struct.