Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros | Functions | Variables
afw_request_handler_factory_adaptor.c File Reference

Implementation of afw_request_handler_factory interface for adaptor. More...

#include "afw_internal.h"
#include "afw_request_handler_factory_impl_declares.h"

Go to the source code of this file.

Macros

#define AFW_IMPLEMENTATION_ID   "adaptor"
 

Functions

const afw_request_handler_timpl_afw_request_handler_factory_create_request_handler_cede_p (const afw_request_handler_factory_t *instance, const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx)
 

Variables

 afw_request_handler_factory_adaptor
 

Detailed Description

Implementation of afw_request_handler_factory interface for adaptor.

Definition in file afw_request_handler_factory_adaptor.c.

Variable Documentation

◆ afw_request_handler_factory_adaptor

afw_request_handler_factory_adaptor
Initial value:
=
{
&impl_afw_request_handler_factory_inf,
AFW_UTF8_LITERAL("adaptor"),
&impl_factory_description
}
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
Definition: afw_common.h:582

Definition at line 31 of file afw_request_handler_factory_adaptor.c.