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 ma...@apache.org on 2007/03/20 05:48:08 UTC

svn commit: r520271 - /webservices/axis2/trunk/c/rampart/src/util/rampart_handler_util.c

Author: manjula
Date: Mon Mar 19 21:48:06 2007
New Revision: 520271

URL: http://svn.apache.org/viewvc?view=rev&rev=520271
Log:
changing a Macro to avoid build break.

Modified:
    webservices/axis2/trunk/c/rampart/src/util/rampart_handler_util.c

Modified: webservices/axis2/trunk/c/rampart/src/util/rampart_handler_util.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/util/rampart_handler_util.c?view=diff&rev=520271&r1=520270&r2=520271
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/util/rampart_handler_util.c (original)
+++ webservices/axis2/trunk/c/rampart/src/util/rampart_handler_util.c Mon Mar 19 21:48:06 2007
@@ -264,7 +264,7 @@
             if (axis2_strcmp(ele_localname, RAMPART_SECURITY) == 0)
             {
                 /*Set mustUnderstand = 0*/
-                AXIOM_SOAP_HEADER_BLOCK_SET_MUST_UNDERSTAND_WITH_BOOL(header_block, env, AXIS2_FALSE);
+                axiom_soap_header_block_set_must_understand_with_bool(header_block, env, AXIS2_FALSE);
                 return header_block_node;
             }
 



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