You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2010/02/12 10:04:35 UTC

svn commit: r909304 - /webservices/axis2/trunk/c/util/include/axutil_param_container.h

Author: nandika
Date: Fri Feb 12 09:04:35 2010
New Revision: 909304

URL: http://svn.apache.org/viewvc?rev=909304&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/util/include/axutil_param_container.h

Modified: webservices/axis2/trunk/c/util/include/axutil_param_container.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_param_container.h?rev=909304&r1=909303&r2=909304&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/axutil_param_container.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_param_container.h Fri Feb 12 09:04:35 2010
@@ -115,6 +115,16 @@
         axutil_param_container_t * param_container,
         const axutil_env_t * env,
         const axis2_char_t * param_name);
+	
+	/** Remove parameter from the param container 
+	 * @param parameter name of the param to be removed
+	 * @return status of AXIS2_SUCCESS or AXIS2_FAILURE 
+	 */
+	AXIS2_EXTERN axis2_status_t AXIS2_CALL
+		axutil_param_container_delete_param(
+		axutil_param_container_t *param_container,
+		const axutil_env_t *env,
+		const axis2_char_t *param_name);
 
     /** @} */