diff options
author | nandika | 2010-02-21 16:22:00 +0000 |
---|---|---|
committer | nandika | 2010-02-21 16:22:00 +0000 |
commit | 06181e31ebd4a907964ede21dd59ea81c832be08 (patch) | |
tree | 32206ce2965361356884e005ef54d40dde160204 /include | |
parent | 414a8fbfc7ecea342766854d3094e34f26d9fb77 (diff) | |
download | axis2c-06181e31ebd4a907964ede21dd59ea81c832be08.tar.gz axis2c-06181e31ebd4a907964ede21dd59ea81c832be08.tar.bz2 |
axis2_conf_disengage_module function added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@912367 13f79535-47bb-0310-9956-ffa450edef68
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 |