From 0b85cdc99291ab24d8441a1b5e21d2de3e0297da Mon Sep 17 00:00:00 2001 From: nandika Date: Tue, 15 Jun 2010 17:48:47 +0000 Subject: added new constant to set must understand property git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@954981 13f79535-47bb-0310-9956-ffa450edef68 --- include/axis2_addr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/axis2_addr.h b/include/axis2_addr.h index 32521bd..3461c58 100644 --- a/include/axis2_addr.h +++ b/include/axis2_addr.h @@ -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 -- cgit v1.1-32-gdbae