Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 78026 invoked from network); 3 Feb 2006 05:28:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Feb 2006 05:28:40 -0000 Received: (qmail 53481 invoked by uid 500); 3 Feb 2006 05:28:39 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 53250 invoked by uid 500); 3 Feb 2006 05:28:38 -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 53239 invoked by uid 500); 3 Feb 2006 05:28:37 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 53236 invoked by uid 99); 3 Feb 2006 05:28:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 21:28:37 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 02 Feb 2006 21:28:37 -0800 Received: (qmail 77809 invoked by uid 65534); 3 Feb 2006 05:28:16 -0000 Message-ID: <20060203052816.77808.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r374586 - in /webservices/axis2/trunk/c: modules/util/ samples/client/echo/ samples/client/math/ test/unit/util/ test/util/ test/xml/om/ test/xml/soap/ Date: Fri, 03 Feb 2006 05:28:15 -0000 To: axis2-cvs@ws.apache.org From: damitha@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: damitha Date: Thu Feb 2 21:27:54 2006 New Revision: 374586 URL: http://svn.apache.org/viewcvs?rev=374586&view=rev Log: Removed axis2_stream_default.h because it is no longer in use after Sahan's changes to original stream Removed: webservices/axis2/trunk/c/modules/util/axis2_stream_default.h Modified: webservices/axis2/trunk/c/modules/util/Makefile.am webservices/axis2/trunk/c/samples/client/echo/echo_client.c webservices/axis2/trunk/c/samples/client/math/math_client.c webservices/axis2/trunk/c/test/unit/util/util_error_test.h webservices/axis2/trunk/c/test/unit/util/util_log_test.h webservices/axis2/trunk/c/test/util/test_util.c webservices/axis2/trunk/c/test/xml/om/test_om.c webservices/axis2/trunk/c/test/xml/soap/test_soap.c Modified: webservices/axis2/trunk/c/modules/util/Makefile.am URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/Makefile.am?rev=374586&r1=374585&r2=374586&view=diff ============================================================================== --- webservices/axis2/trunk/c/modules/util/Makefile.am (original) +++ webservices/axis2/trunk/c/modules/util/Makefile.am Thu Feb 2 21:27:54 2006 @@ -4,7 +4,7 @@ axis2_array_list.h \ axis2_log_default.h \ axis2_error_default.h \ - axis2_stream_default.h \ +# axis2_stream_default.h \ axis2_file_diff.h \ axis2_utils.h \ axis2_linked_list.h Modified: webservices/axis2/trunk/c/samples/client/echo/echo_client.c URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/echo/echo_client.c?rev=374586&r1=374585&r2=374586&view=diff ============================================================================== --- webservices/axis2/trunk/c/samples/client/echo/echo_client.c (original) +++ webservices/axis2/trunk/c/samples/client/echo/echo_client.c Thu Feb 2 21:27:54 2006 @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include #include #include Modified: webservices/axis2/trunk/c/samples/client/math/math_client.c URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/math/math_client.c?rev=374586&r1=374585&r2=374586&view=diff ============================================================================== --- webservices/axis2/trunk/c/samples/client/math/math_client.c (original) +++ webservices/axis2/trunk/c/samples/client/math/math_client.c Thu Feb 2 21:27:54 2006 @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include #include #include Modified: webservices/axis2/trunk/c/test/unit/util/util_error_test.h URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/util/util_error_test.h?rev=374586&r1=374585&r2=374586&view=diff ============================================================================== --- webservices/axis2/trunk/c/test/unit/util/util_error_test.h (original) +++ webservices/axis2/trunk/c/test/unit/util/util_error_test.h Thu Feb 2 21:27:54 2006 @@ -7,7 +7,7 @@ #include #include #include -#include +#include #endif /* UTIL_ERROR_TEST_H*/ Modified: webservices/axis2/trunk/c/test/unit/util/util_log_test.h URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/util/util_log_test.h?rev=374586&r1=374585&r2=374586&view=diff ============================================================================== --- webservices/axis2/trunk/c/test/unit/util/util_log_test.h (original) +++ webservices/axis2/trunk/c/test/unit/util/util_log_test.h Thu Feb 2 21:27:54 2006 @@ -1,13 +1,12 @@ #ifndef UTIL_LOG_TEST_H #define UTIL_LOG_TEST_H -#include #include #include #include #include #include -#include +#include #include void Testaxis2_log_write(CuTest *tc); Modified: webservices/axis2/trunk/c/test/util/test_util.c URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/util/test_util.c?rev=374586&r1=374585&r2=374586&view=diff ============================================================================== --- webservices/axis2/trunk/c/test/util/test_util.c (original) +++ webservices/axis2/trunk/c/test/util/test_util.c Thu Feb 2 21:27:54 2006 @@ -19,7 +19,7 @@ #include #include #include -#include +/*#include */ #include #include #include Modified: webservices/axis2/trunk/c/test/xml/om/test_om.c URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/om/test_om.c?rev=374586&r1=374585&r2=374586&view=diff ============================================================================== --- webservices/axis2/trunk/c/test/xml/om/test_om.c (original) +++ webservices/axis2/trunk/c/test/xml/om/test_om.c Thu Feb 2 21:27:54 2006 @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include Modified: webservices/axis2/trunk/c/test/xml/soap/test_soap.c URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/soap/test_soap.c?rev=374586&r1=374585&r2=374586&view=diff ============================================================================== --- webservices/axis2/trunk/c/test/xml/soap/test_soap.c (original) +++ webservices/axis2/trunk/c/test/xml/soap/test_soap.c Thu Feb 2 21:27:54 2006 @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include #include #include