Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 60798 invoked from network); 28 Jan 2008 05:22:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jan 2008 05:22:29 -0000 Received: (qmail 51022 invoked by uid 500); 28 Jan 2008 05:22:19 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 50925 invoked by uid 500); 28 Jan 2008 05:22:19 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 50914 invoked by uid 500); 28 Jan 2008 05:22:19 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 50911 invoked by uid 99); 28 Jan 2008 05:22:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jan 2008 21:22:19 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 05:22:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0AE0A1A983A; Sun, 27 Jan 2008 21:22:08 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r615730 - /webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h Date: Mon, 28 Jan 2008 05:22:07 -0000 To: axis2-cvs@ws.apache.org From: damitha@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080128052208.0AE0A1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: damitha Date: Sun Jan 27 21:22:07 2008 New Revision: 615730 URL: http://svn.apache.org/viewvc?rev=615730&view=rev Log: (empty) Modified: webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h Modified: webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h?rev=615730&r1=615729&r2=615730&view=diff ============================================================================== --- webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h (original) +++ webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h Sun Jan 27 21:22:07 2008 @@ -187,6 +187,11 @@ const axutil_env_t * env, int soap_version); + AXIS2_EXTERN axis2_status_t AXIS2_CALL + axiom_soap_envelope_increment_ref( + axiom_soap_envelope_t * envelope, + const axutil_env_t * env); + /** @} */ #ifdef __cplusplus --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org