You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2010/06/15 19:48:47 UTC

svn commit: r954981 - /axis/axis2/c/core/trunk/include/axis2_addr.h

Author: nandika
Date: Tue Jun 15 17:48:47 2010
New Revision: 954981

URL: http://svn.apache.org/viewvc?rev=954981&view=rev
Log:
added new constant to set must understand property

Modified:
    axis/axis2/c/core/trunk/include/axis2_addr.h

Modified: axis/axis2/c/core/trunk/include/axis2_addr.h
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/include/axis2_addr.h?rev=954981&r1=954980&r2=954981&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/include/axis2_addr.h (original)
+++ axis/axis2/c/core/trunk/include/axis2_addr.h Tue Jun 15 17:48:47 2010
@@ -164,6 +164,8 @@ extern "C"
     /** WS-Addressing Param Service Group Context ID */
 #define PARAM_SERVICE_GROUP_CONTEXT_ID "ServiceGroupContextIdFromAddressing"
 
+#define AXIS2_ADDR_ADD_MUST_UNDERSTAND_TO_ADDR_HEADERS "addMustUnderstandToAddr"
+
     /** @} */
 
 #ifdef __cplusplus