From 41f4642b858a8225f4442c098344318bcc3fbfe1 Mon Sep 17 00:00:00 2001 From: shankar Date: Tue, 23 Mar 2010 13:22:09 +0000 Subject: Refactor to increase performace git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@926564 13f79535-47bb-0310-9956-ffa450edef68 --- axiom/src/om/axiom_stax_builder_internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'axiom/src/om/axiom_stax_builder_internal.h') diff --git a/axiom/src/om/axiom_stax_builder_internal.h b/axiom/src/om/axiom_stax_builder_internal.h index 31344d5..7bb9abe 100644 --- a/axiom/src/om/axiom_stax_builder_internal.h +++ b/axiom/src/om/axiom_stax_builder_internal.h @@ -66,6 +66,11 @@ extern "C" axiom_stax_builder_t * builder, const axutil_env_t * env); + /* this will be called from root node to free the stax builder */ + void AXIS2_CALL + axiom_stax_builder_free_internal( + axiom_stax_builder_t * builder, + const axutil_env_t * env); /** -- cgit v1.1-32-gdbae