diff options
author | nandika | 2010-06-15 17:48:47 +0000 |
---|---|---|
committer | nandika | 2010-06-15 17:48:47 +0000 |
commit | 0b85cdc99291ab24d8441a1b5e21d2de3e0297da (patch) | |
tree | bbb7fcac179ecbb0b53b215de5c22b8e56aaa891 /include | |
parent | 862f60190088b209adbe0aa588cb5fb9c17ee0c0 (diff) | |
download | axis2c-0b85cdc99291ab24d8441a1b5e21d2de3e0297da.tar.gz axis2c-0b85cdc99291ab24d8441a1b5e21d2de3e0297da.tar.bz2 |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/axis2_addr.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |