summaryrefslogtreecommitdiffstats
path: root/include/axis2_svc_grp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/axis2_svc_grp.h')
-rw-r--r--include/axis2_svc_grp.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/axis2_svc_grp.h b/include/axis2_svc_grp.h
index 4f05296..1bf28ac 100644
--- a/include/axis2_svc_grp.h
+++ b/include/axis2_svc_grp.h
@@ -362,6 +362,20 @@ extern "C"
const axis2_svc_grp_t * svc_grp,
const axutil_env_t * env);
+ /**
+ * Checks whether a given module is engaged to the service group
+ * @param svc_grp point to service group
+ * @param env pointer to the environment struct
+ * @return pointer to base description struct
+ */
+
+ AXIS2_EXTERN axis2_bool_t AXIS2_CALL
+ axis2_svc_grp_is_module_engaged(
+ const axis2_svc_grp_t *svc_grp,
+ const axutil_env_t *env,
+ const axutil_qname_t *qname);
+
+
#ifdef __cplusplus
}
#endif