Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 94537 invoked from network); 25 Oct 2004 15:35:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Oct 2004 15:35:21 -0000 Received: (qmail 58232 invoked by uid 500); 25 Oct 2004 15:33:38 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 58167 invoked by uid 500); 25 Oct 2004 15:33:37 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 58146 invoked by uid 99); 25 Oct 2004 15:33:37 -0000 X-ASF-Spam-Status: No, hits=-10.0 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.28) with SMTP; Mon, 25 Oct 2004 08:33:36 -0700 Received: (qmail 93379 invoked by uid 1498); 25 Oct 2004 15:33:34 -0000 Date: 25 Oct 2004 15:33:34 -0000 Message-ID: <20041025153334.93378.qmail@minotaur.apache.org> From: whitlock@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/include/axis Axis.hpp AxisGenException.hpp IAttribute.hpp X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N whitlock 2004/10/25 08:33:34 Modified: c/include/axis Axis.hpp AxisGenException.hpp IAttribute.hpp Log: Rename external C++ headers to .hpp Revision Changes Path 1.2 +1 -1 ws-axis/c/include/axis/Axis.hpp Index: Axis.hpp =================================================================== RCS file: /home/cvs/ws-axis/c/include/axis/Axis.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Axis.hpp 25 Oct 2004 13:29:22 -0000 1.1 +++ Axis.hpp 25 Oct 2004 15:33:34 -0000 1.2 @@ -24,7 +24,7 @@ #if !defined(__AXIS_H_OF_AXIS_INCLUDED__) #define __AXIS_H_OF_AXIS_INCLUDED__ -#include +#include AXIS_CPP_NAMESPACE_START 1.2 +1 -1 ws-axis/c/include/axis/AxisGenException.hpp Index: AxisGenException.hpp =================================================================== RCS file: /home/cvs/ws-axis/c/include/axis/AxisGenException.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AxisGenException.hpp 25 Oct 2004 13:30:34 -0000 1.1 +++ AxisGenException.hpp 25 Oct 2004 15:33:34 -0000 1.2 @@ -23,7 +23,7 @@ #include #include -#include +#include AXIS_CPP_NAMESPACE_START 1.2 +1 -1 ws-axis/c/include/axis/IAttribute.hpp Index: IAttribute.hpp =================================================================== RCS file: /home/cvs/ws-axis/c/include/axis/IAttribute.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- IAttribute.hpp 25 Oct 2004 13:30:34 -0000 1.1 +++ IAttribute.hpp 25 Oct 2004 15:33:34 -0000 1.2 @@ -23,7 +23,7 @@ #if !defined(_IATTRIBUTE_H____OF_AXIS_INCLUDED_) #define _IATTRIBUTE_H____OF_AXIS_INCLUDED_ -#include +#include /** * @class IAttribute