diff options
Diffstat (limited to 'include/axis2_op.h')
| -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 27d3520..32ae9b2 100644 --- a/include/axis2_op.h +++ b/include/axis2_op.h @@ -717,6 +717,19 @@ extern "C"          const axis2_op_t * op,          const axutil_env_t * env); +	/** +	 * Checks whether this operation is engaged to module +	 * @param op point to the operation +	 * @param env pointer to environment struct +	 * @param mod_qname module qname +	 */ +	AXIS2_EXTERN axis2_bool_t AXIS2_CALL +	axis2_op_is_module_engaged( +		const axis2_op_t *op, +		const axutil_env_t *env, +		const axutil_qname_t *mod_qname); + +      /** @} */  #ifdef __cplusplus  } | 
