diff options
author | nandika | 2010-02-19 06:22:45 +0000 |
---|---|---|
committer | nandika | 2010-02-19 06:22:45 +0000 |
commit | 2052b0e0f9f929f3c0a8c822feeef0f7acc8698a (patch) | |
tree | 3f6c22af69b883f5fafc07c406bc81965543e9e5 /include | |
parent | 0fbd74d57277a21dcb4214821abadf67bd594da0 (diff) | |
download | axis2c-2052b0e0f9f929f3c0a8c822feeef0f7acc8698a.tar.gz axis2c-2052b0e0f9f929f3c0a8c822feeef0f7acc8698a.tar.bz2 |
axis2_op_disengage_module method added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@911708 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/axis2_op.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/axis2_op.h b/include/axis2_op.h index 32ae9b2..ef54510 100644 --- a/include/axis2_op.h +++ b/include/axis2_op.h @@ -729,6 +729,19 @@ extern "C" const axutil_env_t *env, const axutil_qname_t *mod_qname); + /** + * Disengages a module from operation. + * @param op pointer to the operation + * @param env pointer to environment struct + * @param mod_qname module qname + */ + AXIS2_EXTERN axis2_status_t AXIS2_CALL + axis2_op_disengage_module( + const axis2_op_t *op, + const axutil_env_t *env, + struct axis2_module_desc *mod_desc, + struct axis2_conf *conf); + /** @} */ #ifdef __cplusplus |