Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 52471 invoked from network); 27 Sep 2005 04:49:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2005 04:49:31 -0000 Received: (qmail 29401 invoked by uid 500); 27 Sep 2005 04:49:30 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 29376 invoked by uid 500); 27 Sep 2005 04:49:30 -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 29363 invoked by uid 500); 27 Sep 2005 04:49:29 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 29360 invoked by uid 99); 27 Sep 2005 04:49:29 -0000 X-ASF-Spam-Status: No, hits=-9.8 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; Mon, 26 Sep 2005 21:49:29 -0700 Received: (qmail 52408 invoked by uid 65534); 27 Sep 2005 04:49:09 -0000 Message-ID: <20050927044909.52392.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r291824 - /webservices/axis2/trunk/c/include/axis2c.h Date: Tue, 27 Sep 2005 04:49:09 -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: Mon Sep 26 21:49:03 2005 New Revision: 291824 URL: http://svn.apache.org/viewcvs?rev=291824&view=rev Log: This file will include axis2c specific const and type definitions Added: webservices/axis2/trunk/c/include/axis2c.h Added: webservices/axis2/trunk/c/include/axis2c.h URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2c.h?rev=291824&view=auto ============================================================================== --- webservices/axis2/trunk/c/include/axis2c.h (added) +++ webservices/axis2/trunk/c/include/axis2c.h Mon Sep 26 21:49:03 2005 @@ -0,0 +1,11 @@ +#ifndef _AXIS2C_H_ +#define _AXIS2C_H_ + +/** + * @file axis2c.h + * @brief Axis2c specific global declarations + */ + + +#endif /* _AXIS2C_H_ */ +