summaryrefslogtreecommitdiffstats
path: root/include/axis2_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/axis2_op.h')
-rw-r--r--include/axis2_op.h13
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