You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2009/03/09 06:12:10 UTC

svn commit: r751585 - /webservices/axis2/trunk/c/include/axis2_conf.h

Author: supun
Date: Mon Mar  9 05:12:09 2009
New Revision: 751585

URL: http://svn.apache.org/viewvc?rev=751585&view=rev
Log:
adding a new getter method to get the handler list

Modified:
    webservices/axis2/trunk/c/include/axis2_conf.h

Modified: webservices/axis2/trunk/c/include/axis2_conf.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_conf.h?rev=751585&r1=751584&r2=751585&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_conf.h (original)
+++ webservices/axis2/trunk/c/include/axis2_conf.h Mon Mar  9 05:12:09 2009
@@ -812,6 +812,10 @@
     axis2_conf_get_base(
         const axis2_conf_t * conf,
         const axutil_env_t * env);
+
+	AXIS2_EXTERN axutil_array_list_t * AXIS2_CALL
+	axis2_conf_get_handlers(const axis2_conf_t * conf,
+		const axutil_env_t * env);
 #ifdef __cplusplus
 }
 #endif