Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 95684 invoked from network); 25 Oct 2004 15:37:14 -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:37:14 -0000 Received: (qmail 61964 invoked by uid 500); 25 Oct 2004 15:34:45 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 61934 invoked by uid 500); 25 Oct 2004 15:34:44 -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 61891 invoked by uid 99); 25 Oct 2004 15:34:43 -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:34:43 -0700 Received: (qmail 94032 invoked by uid 1498); 25 Oct 2004 15:34:41 -0000 Date: 25 Oct 2004 15:34:41 -0000 Message-ID: <20041025153441.94031.qmail@minotaur.apache.org> From: whitlock@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/include/axis/client Call.hpp Stub.hpp X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N whitlock 2004/10/25 08:34:41 Modified: c/include/axis/client Call.hpp Stub.hpp Log: Rename external C++ headers to .hpp Revision Changes Path 1.2 +8 -8 ws-axis/c/include/axis/client/Call.hpp Index: Call.hpp =================================================================== RCS file: /home/cvs/ws-axis/c/include/axis/client/Call.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Call.hpp 25 Oct 2004 13:32:11 -0000 1.1 +++ Call.hpp 25 Oct 2004 15:34:41 -0000 1.2 @@ -48,17 +48,17 @@ #if !defined(_CALL_H____OF_AXIS_INCLUDED_) #define _CALL_H____OF_AXIS_INCLUDED_ -#include "../server/GDefine.h" -#include "../server/Packet.h" +#include "../server/GDefine.hpp" +#include "../server/Packet.hpp" -#include "../server/TypeMapping.h" -#include "../server/AxisUserAPI.h" -#include "../server/SoapEnvVersions.h" -#include "../server/WSDDDefines.h" -#include "../server/IHeaderBlock.h" +#include "../server/TypeMapping.hpp" +#include "../server/AxisUserAPI.hpp" +#include "../server/SoapEnvVersions.hpp" +#include "../server/WSDDDefines.hpp" +#include "../server/IHeaderBlock.hpp" #ifdef __cplusplus -#include "../server/ISoapHeader.h" +#include "../server/ISoapHeader.hpp" AXIS_CPP_NAMESPACE_START 1.2 +2 -2 ws-axis/c/include/axis/client/Stub.hpp Index: Stub.hpp =================================================================== RCS file: /home/cvs/ws-axis/c/include/axis/client/Stub.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Stub.hpp 25 Oct 2004 13:32:11 -0000 1.1 +++ Stub.hpp 25 Oct 2004 15:34:41 -0000 1.2 @@ -61,8 +61,8 @@ #if !defined(_STUB_H____OF_AXIS_INCLUDED_) #define _STUB_H____OF_AXIS_INCLUDED_ -#include -#include +#include +#include #ifdef __cplusplus