Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_request_handler_factory_impl_declares.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Interface afw_interface Implementation Declares
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
10 
12 
75 #ifdef __AFW_REQUEST_HANDLER_FACTORY_IMPL_DECLARES_H__
76 #ifndef AFW_REQUEST_HANDLER_FACTORY_INF_ONLY
77 #error "afw_request_handler_factory_impl_declares.h already included."
78 #endif
79 #endif
80 #ifndef __AFW_REQUEST_HANDLER_FACTORY_IMPL_DECLARES_H__
81 #ifdef AFW_REQUEST_HANDLER_FACTORY_INF_ONLY
82 #error "afw_request_handler_factory_impl_declares.h must be included before AFW_REQUEST_HANDLER_FACTORY_INF_ONLY."
83 #endif
84 #define __AFW_REQUEST_HANDLER_FACTORY_IMPL_DECLARES_H__ 1
85 #endif
86 
87 #ifdef AFW_IMPLEMENTATION_ID
88 #define _AFW_IMPLEMENTATION_ID_ AFW_IMPLEMENTATION_ID
89 #else
90 #define _AFW_IMPLEMENTATION_ID_ "unspecified"
91 #endif
92 #ifdef AFW_IMPLEMENTATION_SPECIFIC
93 #define _AFW_IMPLEMENTATION_SPECIFIC_ AFW_IMPLEMENTATION_SPECIFIC
94 #else
95 #define _AFW_IMPLEMENTATION_SPECIFIC_ NULL
96 #endif
97 #ifndef AFW_REQUEST_HANDLER_FACTORY_INF_ONLY
98 
99 #ifndef impl_afw_request_handler_factory_create_request_handler_cede_p
100 /* Declare method create_request_handler_cede_p */
101 AFW_DECLARE_STATIC(const afw_request_handler_t *)
102 impl_afw_request_handler_factory_create_request_handler_cede_p(
103  const afw_request_handler_factory_t * instance,
104  const afw_object_t * properties,
105  const afw_pool_t * p,
106  afw_xctx_t * xctx);
107 #endif
108 #endif
109 
110 /* inf for interface afw_request_handler_factory */
111 #ifdef __BASE_FILE__
112 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __BASE_FILE__
113 #else
114 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __FILE__
115 #endif
116 #ifdef AFW_IMPLEMENTATION_INF_SPECIFIER
117 AFW_IMPLEMENTATION_INF_SPECIFIER(afw_request_handler_factory_inf_t)
118 #else
120 #endif
121 #ifdef AFW_IMPLEMENTATION_INF_LABEL
122 AFW_IMPLEMENTATION_INF_LABEL = {
123 #else
124 impl_afw_request_handler_factory_inf = {
125 #endif
126  {
127  AFW_UTF8_LITERAL("afw_request_handler_factory"),
128  AFW_UTF8_LITERAL(_AFW_IMPLEMENTATION_SOURCE_FILE_),
129  AFW_UTF8_LITERAL(_AFW_IMPLEMENTATION_ID_),
130  _AFW_IMPLEMENTATION_SPECIFIC_
131  },
132  impl_afw_request_handler_factory_create_request_handler_cede_p
133 };
134 
135 #undef _AFW_IMPLEMENTATION_ID_
136 #undef _AFW_IMPLEMENTATION_SPECIFIC_
137 #undef _AFW_IMPLEMENTATION_SOURCE_FILE_
138 
#define AFW_BEGIN_DECLARES
Interface afw_interface opaque typedefs.
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
Definition: afw_common.h:582
Interface afw_object public struct.
Interface afw_pool public struct.
Interface afw_request_handler_factory_inf_s struct.
Interface afw_request_handler_factory public struct.
Interface afw_request_handler public struct.
Interface afw_xctx public struct.