diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/axis2_conf.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/axis2_conf.h b/include/axis2_conf.h index f525603..03c915f 100644 --- a/include/axis2_conf.h +++ b/include/axis2_conf.h @@ -816,6 +816,18 @@ extern "C" AXIS2_EXTERN axutil_array_list_t * AXIS2_CALL axis2_conf_get_handlers(const axis2_conf_t * conf, const axutil_env_t * env); + + /** + * Disengage a module + * @param + * + */ + AXIS2_EXTERN axis2_status_t AXIS2_CALL + axis2_conf_disengage_module( + const axis2_conf_t *conf, + const axutil_env_t *env, + const axutil_qname_t *module_ref + ); #ifdef __cplusplus } #endif |