diff options
author | shankar | 2010-03-23 10:51:35 +0000 |
---|---|---|
committer | shankar | 2010-03-23 10:51:35 +0000 |
commit | fbdd94e3f0e62cb595aef2bba28f50c97b722f56 (patch) | |
tree | 5a183470f7f18b45fc608cae03aba35a6db094ba /axiom/src/soap | |
parent | 34b4cde423f1180d68526c6d401d84ab7881c8c1 (diff) | |
download | axis2c-fbdd94e3f0e62cb595aef2bba28f50c97b722f56.tar.gz axis2c-fbdd94e3f0e62cb595aef2bba28f50c97b722f56.tar.bz2 |
refactor
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@926525 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'axiom/src/soap')
-rw-r--r-- | axiom/src/soap/soap_builder.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/axiom/src/soap/soap_builder.c b/axiom/src/soap/soap_builder.c index f9c5232..0b5829e 100644 --- a/axiom/src/soap/soap_builder.c +++ b/axiom/src/soap/soap_builder.c @@ -283,7 +283,8 @@ axiom_soap_builder_get_soap_envelope( return soap_builder->soap_envelope; } -AXIS2_EXTERN axiom_document_t *AXIS2_CALL axiom_soap_builder_get_document( +AXIS2_EXTERN axiom_document_t *AXIS2_CALL +axiom_soap_builder_get_document( axiom_soap_builder_t * soap_builder, const axutil_env_t * env) { |