Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 22727 invoked from network); 26 Oct 2004 10:22:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 Oct 2004 10:22:10 -0000 Received: (qmail 64579 invoked by uid 500); 26 Oct 2004 10:22:03 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 64548 invoked by uid 500); 26 Oct 2004 10:22:02 -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 64535 invoked by uid 99); 26 Oct 2004 10:22:02 -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; Tue, 26 Oct 2004 03:22:01 -0700 Received: (qmail 22623 invoked by uid 1498); 26 Oct 2004 10:22:00 -0000 Date: 26 Oct 2004 10:22:00 -0000 Message-ID: <20041026102200.22622.qmail@minotaur.apache.org> From: whitlock@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/src/engine/client Call.cpp ClientAxisEngine.cpp Stub.cpp X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N whitlock 2004/10/26 03:22:00 Modified: c/src/engine AppScopeHandlerPool.cpp AppScopeHandlerPool.h Axis.cpp AxisEngineException.h DeserializerPool.h HandlerChain.h HandlerLoader.h HandlerPool.cpp HandlerPool.h RequestScopeHandlerPool.h SOAPTransportFactory.h SerializerPool.h SessionScopeHandlerPool.h SharedObject.h XMLParserFactory.h c/src/engine/client Call.cpp ClientAxisEngine.cpp Stub.cpp Log: Rename external C++ headers to .hpp Revision Changes Path 1.18 +1 -1 ws-axis/c/src/engine/AppScopeHandlerPool.cpp Index: AppScopeHandlerPool.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/AppScopeHandlerPool.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- AppScopeHandlerPool.cpp 23 Sep 2004 15:12:57 -0000 1.17 +++ AppScopeHandlerPool.cpp 26 Oct 2004 10:21:59 -0000 1.18 @@ -22,7 +22,7 @@ #include "AppScopeHandlerPool.h" #include "HandlerLoader.h" -#include +#include #include "../common/AxisTrace.h" extern AXIS_CPP_NAMESPACE_PREFIX AxisTrace* g_pAT; 1.10 +1 -1 ws-axis/c/src/engine/AppScopeHandlerPool.h Index: AppScopeHandlerPool.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/AppScopeHandlerPool.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- AppScopeHandlerPool.h 6 Aug 2004 14:44:30 -0000 1.9 +++ AppScopeHandlerPool.h 26 Oct 2004 10:21:59 -0000 1.10 @@ -20,7 +20,7 @@ #define AXIS_APPSCOPEHANDLERPOOL_H__OF_AXIS_INCLUDED_ #include "SharedObject.h" -#include +#include #include #include 1.76 +2 -2 ws-axis/c/src/engine/Axis.cpp Index: Axis.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/Axis.cpp,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- Axis.cpp 25 Oct 2004 15:20:27 -0000 1.75 +++ Axis.cpp 26 Oct 2004 10:21:59 -0000 1.76 @@ -33,7 +33,7 @@ #include #ifdef AXIS_CLIENT_LIB -#include +#include #include "AxisEngine.h" #else #include "server/ServerAxisEngine.h" @@ -41,7 +41,7 @@ #include #include -#include +#include #include #include #include 1.6 +1 -1 ws-axis/c/src/engine/AxisEngineException.h Index: AxisEngineException.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/AxisEngineException.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- AxisEngineException.h 18 Oct 2004 09:40:27 -0000 1.5 +++ AxisEngineException.h 26 Oct 2004 10:21:59 -0000 1.6 @@ -22,7 +22,7 @@ #define __AXISENGINEEXCEPTION_H_OF_AXIS_INCLUDED_ #include -#include +#include AXIS_CPP_NAMESPACE_START 1.12 +2 -2 ws-axis/c/src/engine/DeserializerPool.h Index: DeserializerPool.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/DeserializerPool.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- DeserializerPool.h 6 Aug 2004 14:44:31 -0000 1.11 +++ DeserializerPool.h 26 Oct 2004 10:21:59 -0000 1.12 @@ -21,12 +21,12 @@ #include "SharedObject.h" #ifdef USER_DESERIALIZER -#include +#include extern void* GetUserDeSerializer(); #else #include "../soap/SoapDeSerializer.h" #endif -#include +#include #include AXIS_CPP_NAMESPACE_START 1.10 +1 -1 ws-axis/c/src/engine/HandlerChain.h Index: HandlerChain.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/HandlerChain.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- HandlerChain.h 6 Aug 2004 14:44:31 -0000 1.9 +++ HandlerChain.h 26 Oct 2004 10:21:59 -0000 1.10 @@ -18,7 +18,7 @@ #if !defined(_HANDLERCHAIN_H____OF_AXIS_INCLUDED_) #define _HANDLERCHAIN_H____OF_AXIS_INCLUDED_ -#include +#include /* * @class HandlerChain 1.16 +2 -2 ws-axis/c/src/engine/HandlerLoader.h Index: HandlerLoader.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/HandlerLoader.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- HandlerLoader.h 6 Aug 2004 14:44:31 -0000 1.15 +++ HandlerLoader.h 26 Oct 2004 10:21:59 -0000 1.16 @@ -20,8 +20,8 @@ #define __HANDLERLOADER_H_OF_AXIS_INCLUDED__ #include "../common/MessageData.h" -#include -#include +#include +#include #include "SharedObject.h" #include "AxisEngineException.h" #include "../common/AxisConfigException.h" 1.32 +1 -1 ws-axis/c/src/engine/HandlerPool.cpp Index: HandlerPool.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/HandlerPool.cpp,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- HandlerPool.cpp 23 Sep 2004 15:12:57 -0000 1.31 +++ HandlerPool.cpp 26 Oct 2004 10:21:59 -0000 1.32 @@ -25,7 +25,7 @@ #include "RequestScopeHandlerPool.h" #include "SessionScopeHandlerPool.h" #include "../wsdd/WSDDDeployment.h" -#include +#include #include "../common/AxisTrace.h" extern AXIS_CPP_NAMESPACE_PREFIX AxisTrace* g_pAT; 1.12 +1 -1 ws-axis/c/src/engine/HandlerPool.h Index: HandlerPool.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/HandlerPool.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- HandlerPool.h 6 Aug 2004 14:44:31 -0000 1.11 +++ HandlerPool.h 26 Oct 2004 10:21:59 -0000 1.12 @@ -25,7 +25,7 @@ #include "../wsdd/WSDDHandler.h" #include "../wsdd/WSDDService.h" -#include +#include #include "HandlerLoader.h" #include "HandlerChain.h" #include "SharedObject.h" 1.10 +1 -1 ws-axis/c/src/engine/RequestScopeHandlerPool.h Index: RequestScopeHandlerPool.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/RequestScopeHandlerPool.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- RequestScopeHandlerPool.h 6 Aug 2004 14:44:31 -0000 1.9 +++ RequestScopeHandlerPool.h 26 Oct 2004 10:21:59 -0000 1.10 @@ -19,7 +19,7 @@ #define AXIS_REQUESTSCOPEHANDLERPOOL_H__OF_AXIS_INCLUDED_ #include "SharedObject.h" -#include +#include #include #include 1.6 +1 -1 ws-axis/c/src/engine/SOAPTransportFactory.h Index: SOAPTransportFactory.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/SOAPTransportFactory.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- SOAPTransportFactory.h 28 Sep 2004 11:07:18 -0000 1.5 +++ SOAPTransportFactory.h 26 Oct 2004 10:21:59 -0000 1.6 @@ -25,7 +25,7 @@ #if !defined(AXIS_SOAPTRANSPORTFACTORY_H__OF_AXIS_INCLUDED_) #define AXIS_SOAPTRANSPORTFACTORY_H__OF_AXIS_INCLUDED_ -#include +#include #define CREATE_FUNCTION1 "CreateInstance" #define DELETE_FUNCTION1 "DestroyInstance" 1.12 +2 -2 ws-axis/c/src/engine/SerializerPool.h Index: SerializerPool.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/SerializerPool.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- SerializerPool.h 6 Aug 2004 14:44:31 -0000 1.11 +++ SerializerPool.h 26 Oct 2004 10:21:59 -0000 1.12 @@ -21,12 +21,12 @@ #include "SharedObject.h" #ifdef USER_SERIALIZER -#include +#include extern void* GetUserSerializer(); #else #include "../soap/SoapSerializer.h" #endif -#include +#include #include AXIS_CPP_NAMESPACE_START 1.10 +1 -1 ws-axis/c/src/engine/SessionScopeHandlerPool.h Index: SessionScopeHandlerPool.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/SessionScopeHandlerPool.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- SessionScopeHandlerPool.h 6 Aug 2004 14:44:31 -0000 1.9 +++ SessionScopeHandlerPool.h 26 Oct 2004 10:21:59 -0000 1.10 @@ -23,7 +23,7 @@ #define SESSIONLESSHANDLERS "0aaaaa" #include "SharedObject.h" -#include +#include #include #include 1.15 +1 -1 ws-axis/c/src/engine/SharedObject.h Index: SharedObject.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/SharedObject.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- SharedObject.h 6 Aug 2004 14:44:31 -0000 1.14 +++ SharedObject.h 26 Oct 2004 10:21:59 -0000 1.15 @@ -22,7 +22,7 @@ #if !defined(AXIS_SHAREDOBJECT_H__OF_AXIS_INCLUDED_) #define AXIS_SHAREDOBJECT_H__OF_AXIS_INCLUDED_ -#include +#include #ifdef WIN32 #else //Linux #include "pthread.h" 1.5 +1 -1 ws-axis/c/src/engine/XMLParserFactory.h Index: XMLParserFactory.h =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/XMLParserFactory.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- XMLParserFactory.h 6 Aug 2004 14:44:31 -0000 1.4 +++ XMLParserFactory.h 26 Oct 2004 10:21:59 -0000 1.5 @@ -25,7 +25,7 @@ #if !defined(AXIS_XMLPARSERFACTORY_H__OF_AXIS_INCLUDED_) #define AXIS_XMLPARSERFACTORY_H__OF_AXIS_INCLUDED_ -#include +#include #include "../xml/XMLParser.h" #define CREATE_FUNCTION2 "CreateInstance" 1.64 +1 -1 ws-axis/c/src/engine/client/Call.cpp Index: Call.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/client/Call.cpp,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- Call.cpp 25 Oct 2004 05:00:01 -0000 1.63 +++ Call.cpp 26 Oct 2004 10:22:00 -0000 1.64 @@ -26,7 +26,7 @@ */ -#include +#include #include "../../common/AxisConfig.h" #include "../../transport/axis/AxisTransport.h" #include "../../transport/axis/Channel.hpp" 1.18 +1 -1 ws-axis/c/src/engine/client/ClientAxisEngine.cpp Index: ClientAxisEngine.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/client/ClientAxisEngine.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ClientAxisEngine.cpp 7 Sep 2004 13:51:24 -0000 1.17 +++ ClientAxisEngine.cpp 26 Oct 2004 10:22:00 -0000 1.18 @@ -25,7 +25,7 @@ #include "ClientAxisEngine.h" #include "../../wsdd/WSDDDeployment.h" #include "../HandlerPool.h" -#include +#include #include "../../common/AxisTrace.h" extern AXIS_CPP_NAMESPACE_PREFIX AxisTrace* g_pAT; 1.19 +2 -2 ws-axis/c/src/engine/client/Stub.cpp Index: Stub.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/src/engine/client/Stub.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- Stub.cpp 15 Oct 2004 14:47:06 -0000 1.18 +++ Stub.cpp 26 Oct 2004 10:22:00 -0000 1.19 @@ -37,10 +37,10 @@ * Added setSOAPMethodAttribute */ -#include +#include #include #include "../../transport/SOAPTransport.h" -#include +#include #include "../../soap/SoapSerializer.h" StubFunctions Stub::ms_VFtable;