From e85766b2e67d213124b67815c740fdf18016988c Mon Sep 17 00:00:00 2001 From: nandika Date: Fri, 28 Dec 2012 09:19:05 +0000 Subject: Fix for issue AXIS2C-1553 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426438 13f79535-47bb-0310-9956-ffa450edef68 --- axiom/include/axiom_element.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'axiom/include') diff --git a/axiom/include/axiom_element.h b/axiom/include/axiom_element.h index 90e4881..a8dd669 100644 --- a/axiom/include/axiom_element.h +++ b/axiom/include/axiom_element.h @@ -464,6 +464,7 @@ extern "C" axiom_element_t * om_element, const axutil_env_t * env, axiom_node_t * element_node); +#endif /** * checks for the namespace in the context of this element @@ -609,7 +610,7 @@ extern "C" axiom_element_t * om_element, const axutil_env_t * env, axiom_node_t * element_node); -#endif + /** @} */ #ifdef __cplusplus -- cgit v1.1-32-gdbae