Adaptive Framework
0.9.0
|
Files | |
file | afw_authorization_handler_impl_declares.h |
Interface afw_interface implementation declares. | |
Functions | |
impl_afw_authorization_handler_destroy (const afw_authorization_handler_t *instance, afw_xctx_t *xctx) | |
impl_afw_authorization_handler_check (const afw_authorization_handler_t *instance, const afw_value_t *resource_id, const afw_value_t *object, const afw_value_t *action_id, const afw_pool_t *p, afw_xctx_t *xctx) | |
This file should only be included in c source files that implement interface afw_authorization_handler.
You can find a skeleton for using this #include file in the corresponding source directory in file generated/interface_closet/skeleton_afw_authorization_handler.c.
Mutiple *_impl.declares.h can be included in each c source file, but only one for each interface name.
After the #include for afw_authorization_handler_impl_declares.h:
Before including, define the following symbols:
Example: