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 da...@apache.org on 2006/07/20 14:02:00 UTC

svn commit: r423913 - /webservices/axis2/trunk/c/rampart/src/core/mod_rampart.c

Author: damitha
Date: Thu Jul 20 05:02:00 2006
New Revision: 423913

URL: http://svn.apache.org/viewvc?rev=423913&view=rev
Log:
Applying patch for change in function mod_rampart_init() in mod_rampart.c

Modified:
    webservices/axis2/trunk/c/rampart/src/core/mod_rampart.c

Modified: webservices/axis2/trunk/c/rampart/src/core/mod_rampart.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/core/mod_rampart.c?rev=423913&r1=423912&r2=423913&view=diff
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/core/mod_rampart.c (original)
+++ webservices/axis2/trunk/c/rampart/src/core/mod_rampart.c Thu Jul 20 05:02:00 2006
@@ -22,7 +22,9 @@
 
 axis2_status_t AXIS2_CALL
 mod_rampart_init(axis2_module_t *module,
-                        const axis2_env_t *env);
+                        const axis2_env_t *env,
+                        axis2_conf_ctx_t *conf_ctx,
+                        axis2_module_desc_t *module_desc);
 
 axis2_status_t AXIS2_CALL
 mod_rampart_fill_handler_create_func_map(axis2_module_t *module,
@@ -49,7 +51,9 @@
 
 axis2_status_t AXIS2_CALL
 mod_rampart_init(axis2_module_t *module,
-                       const axis2_env_t *env)
+                       const axis2_env_t *env,
+                        axis2_conf_ctx_t *conf_ctx, 
+                        axis2_module_desc_t *module_desc)
 {
     /* Any initialization stuff of mod_rampart goes here */
     return AXIS2_SUCCESS;



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org