Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 82835 invoked from network); 3 Feb 2006 09:50:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Feb 2006 09:50:19 -0000 Received: (qmail 20641 invoked by uid 500); 3 Feb 2006 09:50:01 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 20551 invoked by uid 500); 3 Feb 2006 09:50:01 -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 20478 invoked by uid 500); 3 Feb 2006 09:50:01 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 20448 invoked by uid 99); 3 Feb 2006 09:50:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 01:50:00 -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; Fri, 03 Feb 2006 01:49:59 -0800 Received: (qmail 82385 invoked by uid 65534); 3 Feb 2006 09:49:37 -0000 Message-ID: <20060203094937.82382.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r374624 - /webservices/axis2/trunk/c/include/axis2_file_handler.h Date: Fri, 03 Feb 2006 09:49:37 -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: Fri Feb 3 01:49:33 2006 New Revision: 374624 URL: http://svn.apache.org/viewcvs?rev=374624&view=rev Log: removed env specific code Modified: webservices/axis2/trunk/c/include/axis2_file_handler.h Modified: webservices/axis2/trunk/c/include/axis2_file_handler.h URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_file_handler.h?rev=374624&r1=374623&r2=374624&view=diff ============================================================================== --- webservices/axis2/trunk/c/include/axis2_file_handler.h (original) +++ webservices/axis2/trunk/c/include/axis2_file_handler.h Fri Feb 3 01:49:33 2006 @@ -17,8 +17,6 @@ #ifndef AXIS2_FILE_HANDLER_H #define AXIS2_FILE_HANDLER_H -#include -#include #include #ifdef __cplusplus @@ -41,8 +39,7 @@ */ AXIS2_DECLARE(void *) axis2_file_handler_open(const char *file_name, - const char *options, - axis2_env_t **env); + const char *options); /** * close a file