You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/03/23 06:30:09 UTC

cvs commit: ws-axis/c/src/xml Attribute.cpp Element.cpp Event.cpp QName.cpp StartElement.cpp

damitha     2004/03/22 21:30:09

  Modified:    c/samples/client/interoptests/cbase InteropTestPortType.h
               c/src/common ArrayBean.cpp AxisConfig.cpp
                        AxisSocketUtils.cpp AxisTime.cpp AxisTrace.cpp
                        AxisUtils.cpp MessageData.cpp Param.cpp
                        TypeMapping.cpp
               c/src/engine AppScopeHandlerPool.cpp Axis.cpp AxisEngine.cpp
                        ClientAxisEngine.cpp DeserializerPool.cpp
                        HandlerLoader.cpp HandlerPool.cpp
                        RequestScopeHandlerPool.cpp SerializerPool.cpp
                        ServerAxisEngine.cpp SessionScopeHandlerPool.cpp
                        SharedObject.cpp
               c/src/soap SoapBody.cpp SoapDeSerializer.cpp SoapFault.cpp
                        SoapKeywordMapping.cpp SoapMethod.cpp
                        SoapParserExpat.cpp SoapSerializer.cpp
                        URIMapping.cpp XMLStreamHandler.cpp
               c/src/wsdd WSDDDeployment.cpp WSDDKeywords.cpp
                        WSDDTransport.cpp
               c/src/xml Attribute.cpp Element.cpp Event.cpp QName.cpp
                        StartElement.cpp
  Added:       c/src/common ArrayBean.h AxisSocketUtils.h AxisTime.h
                        AxisUtils.h IArrayBean.h IDeployerUtils.h
                        ISoapMethod.h Param.h WrapperClassHandler.h
               c/src/engine AppScopeHandlerPool.h DeserializerPool.h
                        HandlerLoader.h HandlerPool.h
                        RequestScopeHandlerPool.h SerializerPool.h
                        ServerAxisEngine.h SessionScopeHandlerPool.h
                        SharedObject.h
  Removed:     c/include/axis/common ArrayBean.h AxisSocketUtils.h
                        AxisTime.h AxisUtils.h IArrayBean.h
                        IDeployerUtils.h ISoapMethod.h Param.h
                        WrapperClassHandler.h
               c/include/axis/engine AppScopeHandlerPool.h
                        DeserializerPool.h HandlerLoader.h HandlerPool.h
                        RequestScopeHandlerPool.h SerializerPool.h
                        SessionScopeHandlerPool.h SharedObject.h
  Log:
  In the process of source restructuring as described in the mail sent by susantha
  
  Revision  Changes    Path
  1.5       +1 -1      ws-axis/c/samples/client/interoptests/cbase/InteropTestPortType.h
  
  Index: InteropTestPortType.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/interoptests/cbase/InteropTestPortType.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- InteropTestPortType.h	10 Feb 2004 15:04:21 -0000	1.4
  +++ InteropTestPortType.h	23 Mar 2004 05:30:07 -0000	1.5
  @@ -6,7 +6,7 @@
   #if !defined(__INTEROPTESTPORTTYPE_H__INCLUDED_)
   #define __INTEROPTESTPORTTYPE_H__INCLUDED_
   
  -#include <axis/client/Call.h>
  +#include <client/Call.h>
   #include <axis/common/AxisWrapperAPI.h>
   #include "SOAPStruct_Array.h"
   #include "SOAPStruct.h"
  
  
  
  1.18      +1 -1      ws-axis/c/src/common/ArrayBean.cpp
  
  Index: ArrayBean.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/ArrayBean.cpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ArrayBean.cpp	3 Feb 2004 13:04:46 -0000	1.17
  +++ ArrayBean.cpp	23 Mar 2004 05:30:07 -0000	1.18
  @@ -62,7 +62,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   #include <axis/common/Param.h>
  -#include <axis/common/ArrayBean.h>
  +#include "ArrayBean.h"
   #include <axis/common/BasicTypeSerializer.h>
   #include <axis/engine/AxisEngine.h>
   
  
  
  
  1.12      +1 -1      ws-axis/c/src/common/AxisConfig.cpp
  
  Index: AxisConfig.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisConfig.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- AxisConfig.cpp	14 Jan 2004 09:37:56 -0000	1.11
  +++ AxisConfig.cpp	23 Mar 2004 05:30:07 -0000	1.12
  @@ -61,7 +61,7 @@
   
   #include <axis/common/AxisConfig.h>
   #include <axis/common/GDefine.h>
  -#include <axis/common/AxisUtils.h>
  +#include "AxisUtils.h"
   #include <stdlib.h>
   #include <stdio.h>
   #include <string.h>
  
  
  
  1.6       +1 -1      ws-axis/c/src/common/AxisSocketUtils.cpp
  
  Index: AxisSocketUtils.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisSocketUtils.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AxisSocketUtils.cpp	19 Mar 2004 09:25:16 -0000	1.5
  +++ AxisSocketUtils.cpp	23 Mar 2004 05:30:07 -0000	1.6
  @@ -63,7 +63,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/common/AxisSocketUtils.h>
  +#include "AxisSocketUtils.h"
   #include <axis/common/GDefine.h>
   #include <stdio.h>
   #if defined(WIN32) && !defined(CYGWIN)
  
  
  
  1.15      +3 -3      ws-axis/c/src/common/AxisTime.cpp
  
  Index: AxisTime.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisTime.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- AxisTime.cpp	19 Mar 2004 13:20:16 -0000	1.14
  +++ AxisTime.cpp	23 Mar 2004 05:30:07 -0000	1.15
  @@ -60,8 +60,8 @@
    */
   #include <stdio.h>
   
  -#include <axis/common/AxisTime.h>
  -#include <axis/common/AxisUtils.h>
  +#include "AxisTime.h"
  +#include "AxisUtils.h"
   
   #define TIMEBUFFSIZE 80
   
  @@ -625,4 +625,4 @@
       return 0;
   
   }
  -*/
  \ No newline at end of file
  +*/
  
  
  
  1.12      +1 -1      ws-axis/c/src/common/AxisTrace.cpp
  
  Index: AxisTrace.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisTrace.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- AxisTrace.cpp	14 Jan 2004 09:37:56 -0000	1.11
  +++ AxisTrace.cpp	23 Mar 2004 05:30:07 -0000	1.12
  @@ -62,7 +62,7 @@
   #include <axis/common/AxisTrace.h>
   #include <time.h>
   #include <stdio.h>
  -#include <axis/common/AxisUtils.h>
  +#include "AxisUtils.h"
   #include <axis/common/GDefine.h>
   #include <axis/common/AxisConfig.h>
   
  
  
  
  1.13      +1 -1      ws-axis/c/src/common/AxisUtils.cpp
  
  Index: AxisUtils.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisUtils.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- AxisUtils.cpp	12 Jan 2004 12:20:52 -0000	1.12
  +++ AxisUtils.cpp	23 Mar 2004 05:30:07 -0000	1.13
  @@ -64,7 +64,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/common/AxisUtils.h>
  +#include "AxisUtils.h"
   #include <axis/common/GDefine.h>
   
   AxisXMLCh AxisUtils::m_Buffer[CONVERT_BUFFER_SIZE]; 
  
  
  
  1.18      +2 -2      ws-axis/c/src/common/MessageData.cpp
  
  Index: MessageData.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/MessageData.cpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- MessageData.cpp	28 Feb 2004 06:27:56 -0000	1.17
  +++ MessageData.cpp	23 Mar 2004 05:30:07 -0000	1.18
  @@ -66,8 +66,8 @@
   //////////////////////////////////////////////////////////////////////
   
   #include <axis/common/MessageData.h>
  -#include <axis/common/IDeployerUtils.h>
  -#include <axis/wsdd/WSDDDeployment.h>
  +#include "IDeployerUtils.h"
  +#include "../wsdd/WSDDDeployment.h"
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction
   //////////////////////////////////////////////////////////////////////
  
  
  
  1.29      +3 -3      ws-axis/c/src/common/Param.cpp
  
  Index: Param.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/Param.cpp,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Param.cpp	3 Feb 2004 13:04:47 -0000	1.28
  +++ Param.cpp	23 Mar 2004 05:30:07 -0000	1.29
  @@ -66,12 +66,12 @@
   //////////////////////////////////////////////////////////////////////
   
   #include <axis/engine/AxisEngine.h>
  -#include <axis/common/Param.h>
  -#include <axis/common/ArrayBean.h>
  +#include "Param.h"
  +#include "ArrayBean.h"
   #include <axis/common/BasicTypeSerializer.h>
   #include <stdlib.h>
   #include <stdio.h>
  -#include <axis/common/AxisUtils.h>
  +#include "AxisUtils.h"
   
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction
  
  
  
  1.11      +1 -1      ws-axis/c/src/common/TypeMapping.cpp
  
  Index: TypeMapping.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/TypeMapping.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TypeMapping.cpp	19 Mar 2004 09:58:42 -0000	1.10
  +++ TypeMapping.cpp	23 Mar 2004 05:30:07 -0000	1.11
  @@ -66,7 +66,7 @@
   //////////////////////////////////////////////////////////////////////
   
   #include <axis/common/TypeMapping.h>
  -#include <axis/common/AxisUtils.h>
  +#include "AxisUtils.h"
   #define __TRC(X) AxisUtils::Convert(X)
   
   //////////////////////////////////////////////////////////////////////
  
  
  
  1.10      +18 -17    ws-axis/c/src/common/ArrayBean.h
  
  
  
  
  1.3       +9 -6      ws-axis/c/src/common/AxisSocketUtils.h
  
  
  
  
  1.5       +30 -22    ws-axis/c/src/common/AxisTime.h
  
  
  
  
  1.11      +9 -7      ws-axis/c/src/common/AxisUtils.h
  
  
  
  
  1.7       +11 -8     ws-axis/c/src/common/IArrayBean.h
  
  
  
  
  1.3       +15 -6     ws-axis/c/src/common/IDeployerUtils.h
  
  
  
  
  1.8       +7 -5      ws-axis/c/src/common/ISoapMethod.h
  
  
  
  
  1.19      +11 -61    ws-axis/c/src/common/Param.h
  
  
  
  
  1.5       +11 -7     ws-axis/c/src/common/WrapperClassHandler.h
  
  
  
  
  1.8       +2 -2      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AppScopeHandlerPool.cpp	14 Jan 2004 09:37:56 -0000	1.7
  +++ AppScopeHandlerPool.cpp	23 Mar 2004 05:30:08 -0000	1.8
  @@ -63,8 +63,8 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/engine/AppScopeHandlerPool.h>
  -#include <axis/engine/HandlerLoader.h>
  +#include "AppScopeHandlerPool.h"
  +#include "HandlerLoader.h"
   
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction
  
  
  
  1.35      +15 -15    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.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- Axis.cpp	17 Jan 2004 12:25:31 -0000	1.34
  +++ Axis.cpp	23 Mar 2004 05:30:08 -0000	1.35
  @@ -69,7 +69,7 @@
   #endif
   
   
  -#include <axis/engine/ServerAxisEngine.h>
  +#include "ServerAxisEngine.h"
   #include <stdio.h>
   #include <stdlib.h>
   #include <malloc.h>
  @@ -77,23 +77,23 @@
   #include <string>
   #include <map>
   
  -#include <axis/soap/SoapFault.h>
  -#include <axis/soap/URIMapping.h>
  -#include <axis/soap/SoapKeywordMapping.h>
  -#include <axis/engine/HandlerLoader.h>
  -#include <axis/engine/AppScopeHandlerPool.h>
  -#include <axis/engine/RequestScopeHandlerPool.h>
  -#include <axis/engine/SessionScopeHandlerPool.h>
  -#include <axis/engine/HandlerPool.h>
  -#include <axis/engine/SerializerPool.h>
  -#include <axis/engine/DeserializerPool.h>
  -#include <axis/wsdd/WSDDDeployment.h>
  -#include <axis/common/AxisUtils.h>
  +#include "../soap/SoapFault.h"
  +#include "../soap/URIMapping.h"
  +#include "../soap/SoapKeywordMapping.h"
  +#include "HandlerLoader.h"
  +#include "AppScopeHandlerPool.h"
  +#include "RequestScopeHandlerPool.h"
  +#include "SessionScopeHandlerPool.h"
  +#include "HandlerPool.h"
  +#include "SerializerPool.h"
  +#include "DeserializerPool.h"
  +#include "../wsdd/WSDDDeployment.h"
  +#include "../common/AxisUtils.h"
   #include <axis/common/AxisConfig.h>
  -#include <axis/wsdd/WSDDKeywords.h>
  +#include "../wsdd/WSDDKeywords.h"
   #include <axis/common/AxisTrace.h>
   
  -#include <axis/client/Call.h>
  +#include <client/Call.h>
   
   #define BYTESTOREAD 64
   //the relative location of the wsdl files hardcoded
  
  
  
  1.27      +3 -3      ws-axis/c/src/engine/AxisEngine.cpp
  
  Index: AxisEngine.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/AxisEngine.cpp,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- AxisEngine.cpp	14 Jan 2004 09:37:56 -0000	1.26
  +++ AxisEngine.cpp	23 Mar 2004 05:30:08 -0000	1.27
  @@ -64,9 +64,9 @@
   #include <axis/engine/AxisEngine.h>
   #include <stdio.h>
   
  -#include <axis/engine/HandlerPool.h>
  -#include <axis/engine/DeserializerPool.h>
  -#include <axis/engine/SerializerPool.h>
  +#include "HandlerPool.h"
  +#include "DeserializerPool.h"
  +#include "SerializerPool.h"
   #include <axis/common/AxisTrace.h>
   extern AxisTrace* g_pAT;
   
  
  
  
  1.12      +2 -2      ws-axis/c/src/engine/ClientAxisEngine.cpp
  
  Index: ClientAxisEngine.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/ClientAxisEngine.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ClientAxisEngine.cpp	3 Feb 2004 04:48:53 -0000	1.11
  +++ ClientAxisEngine.cpp	23 Mar 2004 05:30:08 -0000	1.12
  @@ -3,8 +3,8 @@
   //////////////////////////////////////////////////////////////////////
   
   #include <axis/engine/ClientAxisEngine.h>
  -#include <axis/wsdd/WSDDDeployment.h>
  -#include <axis/engine/HandlerPool.h>
  +#include "../wsdd/WSDDDeployment.h"
  +#include "HandlerPool.h"
   #include <axis/common/AxisTrace.h>
   extern AxisTrace* g_pAT;
   
  
  
  
  1.8       +1 -1      ws-axis/c/src/engine/DeserializerPool.cpp
  
  Index: DeserializerPool.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/DeserializerPool.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DeserializerPool.cpp	14 Jan 2004 09:37:56 -0000	1.7
  +++ DeserializerPool.cpp	23 Mar 2004 05:30:08 -0000	1.8
  @@ -63,7 +63,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/engine/DeserializerPool.h>
  +#include "DeserializerPool.h"
   #include <axis/common/AxisTrace.h>
   extern AxisTrace* g_pAT;
   
  
  
  
  1.21      +3 -3      ws-axis/c/src/engine/HandlerLoader.cpp
  
  Index: HandlerLoader.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/HandlerLoader.cpp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- HandlerLoader.cpp	10 Mar 2004 07:04:59 -0000	1.20
  +++ HandlerLoader.cpp	23 Mar 2004 05:30:08 -0000	1.21
  @@ -65,10 +65,10 @@
   #pragma warning (disable : 4390) //empty controlled statement found;
   #endif
   
  -#include <axis/engine/HandlerLoader.h>
  +#include "HandlerLoader.h"
   #include <stdio.h>
  -#include <axis/common/AxisUtils.h>
  -#include <axis/wsdd/WSDDDeployment.h>
  +#include "../common/AxisUtils.h"
  +#include "../wsdd/WSDDDeployment.h"
   #include <axis/common/AxisTrace.h>
   extern AxisTrace* g_pAT;
   
  
  
  
  1.20      +4 -4      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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- HandlerPool.cpp	13 Feb 2004 07:42:44 -0000	1.19
  +++ HandlerPool.cpp	23 Mar 2004 05:30:08 -0000	1.20
  @@ -65,10 +65,10 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/engine/HandlerPool.h>
  -#include <axis/engine/AppScopeHandlerPool.h>
  -#include <axis/engine/RequestScopeHandlerPool.h>
  -#include <axis/engine/SessionScopeHandlerPool.h>
  +#include "HandlerPool.h"
  +#include "AppScopeHandlerPool.h"
  +#include "RequestScopeHandlerPool.h"
  +#include "SessionScopeHandlerPool.h"
   #include <axis/wsdd/WSDDDeployment.h>
   #include <axis/common/AxisTrace.h>
   extern AxisTrace* g_pAT;
  
  
  
  1.8       +2 -2      ws-axis/c/src/engine/RequestScopeHandlerPool.cpp
  
  Index: RequestScopeHandlerPool.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/RequestScopeHandlerPool.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RequestScopeHandlerPool.cpp	14 Jan 2004 09:37:56 -0000	1.7
  +++ RequestScopeHandlerPool.cpp	23 Mar 2004 05:30:08 -0000	1.8
  @@ -63,8 +63,8 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/engine/RequestScopeHandlerPool.h>
  -#include <axis/engine/HandlerLoader.h>
  +#include "RequestScopeHandlerPool.h"
  +#include "HandlerLoader.h"
   
   
   //////////////////////////////////////////////////////////////////////
  
  
  
  1.9       +1 -1      ws-axis/c/src/engine/SerializerPool.cpp
  
  Index: SerializerPool.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/SerializerPool.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- SerializerPool.cpp	14 Jan 2004 09:37:56 -0000	1.8
  +++ SerializerPool.cpp	23 Mar 2004 05:30:08 -0000	1.9
  @@ -63,7 +63,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/engine/SerializerPool.h>
  +#include "SerializerPool.h"
   #include <axis/common/AxisTrace.h>
   extern AxisTrace* g_pAT;
   
  
  
  
  1.18      +6 -6      ws-axis/c/src/engine/ServerAxisEngine.cpp
  
  Index: ServerAxisEngine.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/ServerAxisEngine.cpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ServerAxisEngine.cpp	3 Feb 2004 13:04:47 -0000	1.17
  +++ ServerAxisEngine.cpp	23 Mar 2004 05:30:08 -0000	1.18
  @@ -2,14 +2,14 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/soap/SoapBody.h>
  -#include <axis/soap/SoapMethod.h>
  -#include <axis/engine/ServerAxisEngine.h>
  +#include "../soap/SoapBody.h"
  +#include "../soap/SoapMethod.h"
  +#include "ServerAxisEngine.h"
   #include <stdio.h>
   #include <axis/common/AxisException.h>
  -#include <axis/common/AxisUtils.h>
  -#include <axis/wsdd/WSDDDeployment.h>
  -#include <axis/engine/HandlerPool.h>
  +#include "../common/AxisUtils.h"
  +#include "../wsdd/WSDDDeployment.h"
  +#include "HandlerPool.h"
   #include <axis/common/AxisTrace.h>
   extern AxisTrace* g_pAT;
   
  
  
  
  1.9       +2 -2      ws-axis/c/src/engine/SessionScopeHandlerPool.cpp
  
  Index: SessionScopeHandlerPool.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/SessionScopeHandlerPool.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- SessionScopeHandlerPool.cpp	14 Jan 2004 09:37:57 -0000	1.8
  +++ SessionScopeHandlerPool.cpp	23 Mar 2004 05:30:08 -0000	1.9
  @@ -65,8 +65,8 @@
   #pragma warning (disable : 4503)
   #endif
   
  -#include <axis/engine/SessionScopeHandlerPool.h>
  -#include <axis/engine/HandlerLoader.h>
  +#include "SessionScopeHandlerPool.h"
  +#include "HandlerLoader.h"
   
   
   //////////////////////////////////////////////////////////////////////
  
  
  
  1.7       +1 -1      ws-axis/c/src/engine/SharedObject.cpp
  
  Index: SharedObject.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/SharedObject.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SharedObject.cpp	20 Oct 2003 03:22:53 -0000	1.6
  +++ SharedObject.cpp	23 Mar 2004 05:30:08 -0000	1.7
  @@ -63,7 +63,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/engine/SharedObject.h>
  +#include "SharedObject.h"
   
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction
  
  
  
  1.5       +7 -9      ws-axis/c/src/engine/AppScopeHandlerPool.h
  
  
  
  
  1.5       +9 -7      ws-axis/c/src/engine/DeserializerPool.h
  
  
  
  
  1.5       +13 -7     ws-axis/c/src/engine/HandlerLoader.h
  
  
  
  
  1.6       +13 -16    ws-axis/c/src/engine/HandlerPool.h
  
  
  
  
  1.5       +7 -8      ws-axis/c/src/engine/RequestScopeHandlerPool.h
  
  
  
  
  1.5       +9 -7      ws-axis/c/src/engine/SerializerPool.h
  
  
  
  
  1.4       +7 -1      ws-axis/c/src/engine/ServerAxisEngine.h
  
  
  
  
  1.5       +8 -6      ws-axis/c/src/engine/SessionScopeHandlerPool.h
  
  
  
  
  1.10      +10 -6     ws-axis/c/src/engine/SharedObject.h
  
  
  
  
  1.15      +1 -1      ws-axis/c/src/soap/SoapBody.cpp
  
  Index: SoapBody.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/SoapBody.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SoapBody.cpp	28 Feb 2004 06:27:56 -0000	1.14
  +++ SoapBody.cpp	23 Mar 2004 05:30:09 -0000	1.15
  @@ -65,7 +65,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/soap/SoapBody.h>
  +#include "SoapBody.h"
   #include <axis/soap/SoapSerializer.h>
   #include <axis/common/GDefine.h>
   #include <axis/soap/Attribute.h>
  
  
  
  1.31      +8 -8      ws-axis/c/src/soap/SoapDeSerializer.cpp
  
  Index: SoapDeSerializer.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/SoapDeSerializer.cpp,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- SoapDeSerializer.cpp	19 Mar 2004 17:12:22 -0000	1.30
  +++ SoapDeSerializer.cpp	23 Mar 2004 05:30:09 -0000	1.31
  @@ -65,13 +65,13 @@
   //
   //////////////////////////////////////////////////////////////////////
   #include <axis/soap/SoapDeSerializer.h>
  -#include <axis/soap/SoapEnvelope.h>
  -#include <axis/soap/SoapKeywordMapping.h>
  -#include <axis/soap/URIMapping.h>
  +#include "SoapEnvelope.h"
  +#include "SoapKeywordMapping.h"
  +#include "URIMapping.h"
   #include <axis/soap/SoapHeader.h>
  -#include <axis/soap/SoapMethod.h>
  -#include <axis/soap/SoapBody.h>
  -#include <axis/soap/SoapFault.h>
  +#include "SoapMethod.h"
  +#include "SoapBody.h"
  +#include "SoapFault.h"
   #include <axis/soap/ComplexElement.h>
   #include <axis/soap/CharacterElement.h>
   #include <axis/common/GDefine.h>
  @@ -79,9 +79,9 @@
   #include <axis/common/AxisTrace.h>
   
   #ifdef USE_EXPAT_PARSER
  -#include <axis/soap/SoapParserExpat.h>
  +#include "SoapParserExpat.h"
   #elif USE_XERCES_PARSER
  -#include <axis/soap/SoapParserXerces.h>
  +#include "SoapParserXerces.h"
   #else
   #include <axis/xml/SoapParser.h>
   #endif
  
  
  
  1.13      +1 -1      ws-axis/c/src/soap/SoapFault.cpp
  
  Index: SoapFault.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/SoapFault.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- SoapFault.cpp	3 Feb 2004 05:19:51 -0000	1.12
  +++ SoapFault.cpp	23 Mar 2004 05:30:09 -0000	1.13
  @@ -65,7 +65,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/soap/SoapFault.h>
  +#include "SoapFault.h"
   #include <axis/soap/SoapSerializer.h>
   #include <axis/soap/SoapEnvVersions.h>
   #include <axis/common/GDefine.h>
  
  
  
  1.4       +1 -1      ws-axis/c/src/soap/SoapKeywordMapping.cpp
  
  Index: SoapKeywordMapping.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/SoapKeywordMapping.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SoapKeywordMapping.cpp	20 Oct 2003 03:25:19 -0000	1.3
  +++ SoapKeywordMapping.cpp	23 Mar 2004 05:30:09 -0000	1.4
  @@ -64,7 +64,7 @@
   
   #include <axis/soap/SoapKeywordMapping.h>
   #include <axis/soap/Attribute.h>
  -#include <axis/common/AxisUtils.h>
  +#include "../common/AxisUtils.h"
   
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction
  
  
  
  1.19      +1 -1      ws-axis/c/src/soap/SoapMethod.cpp
  
  Index: SoapMethod.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/SoapMethod.cpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- SoapMethod.cpp	28 Feb 2004 06:27:56 -0000	1.18
  +++ SoapMethod.cpp	23 Mar 2004 05:30:09 -0000	1.19
  @@ -65,7 +65,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/soap/SoapMethod.h>
  +#include "SoapMethod.h"
   #include <axis/soap/Attribute.h>
   #include <axis/common/GDefine.h>
   
  
  
  
  1.7       +4 -4      ws-axis/c/src/soap/SoapParserExpat.cpp
  
  Index: SoapParserExpat.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/SoapParserExpat.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SoapParserExpat.cpp	9 Feb 2004 16:03:39 -0000	1.6
  +++ SoapParserExpat.cpp	23 Mar 2004 05:30:09 -0000	1.7
  @@ -63,12 +63,12 @@
   #pragma warning (disable : 4786)
   #endif
   
  -#include <axis/xml/Event.h>
  +#include "../xml/Event.h"
   #include <axis/xml/Attribute.h>
  -#include <axis/xml/StartElement.h>
  +#include "../xml/StartElement.h"
   using namespace axisxml;
   
  -#include <axis/soap/SoapParserExpat.h>
  +#include "SoapParserExpat.h"
   
   SoapParserExpat::SoapParserExpat()
   {
  @@ -291,4 +291,4 @@
   {
   	m_pInputStream = pInputStream;
   	return AXIS_SUCCESS;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.39      +3 -3      ws-axis/c/src/soap/SoapSerializer.cpp
  
  Index: SoapSerializer.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/SoapSerializer.cpp,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- SoapSerializer.cpp	28 Feb 2004 06:27:56 -0000	1.38
  +++ SoapSerializer.cpp	23 Mar 2004 05:30:09 -0000	1.39
  @@ -72,14 +72,14 @@
   #pragma warning (disable : 4786)
   #endif
   
  -#include <axis/soap/SoapEnvelope.h>
  +#include "SoapEnvelope.h"
   #include <axis/soap/SoapSerializer.h>
   #include <axis/soap/HeaderBlock.h>
   #include <axis/common/GDefine.h>
   #include <axis/common/Packet.h>
  -#include <axis/common/ArrayBean.h>
  +#include "../common/ArrayBean.h"
   #include <axis/common/BasicTypeSerializer.h>
  -#include <axis/soap/SoapKeywordMapping.h>
  +#include "../soap/SoapKeywordMapping.h"
   #include <stdio.h>
   #include <stdarg.h>
   
  
  
  
  1.7       +2 -2      ws-axis/c/src/soap/URIMapping.cpp
  
  Index: URIMapping.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/URIMapping.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- URIMapping.cpp	20 Oct 2003 03:25:19 -0000	1.6
  +++ URIMapping.cpp	23 Mar 2004 05:30:09 -0000	1.7
  @@ -64,8 +64,8 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/soap/URIMapping.h>
  -#include <axis/common/AxisUtils.h>
  +#include "URIMapping.h"
  +#include "../common/AxisUtils.h"
   
   #define __TRC(X) AxisUtils::Convert(X)
   //////////////////////////////////////////////////////////////////////
  
  
  
  1.20      +4 -4      ws-axis/c/src/soap/XMLStreamHandler.cpp
  
  Index: XMLStreamHandler.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/XMLStreamHandler.cpp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- XMLStreamHandler.cpp	21 Nov 2003 12:56:02 -0000	1.19
  +++ XMLStreamHandler.cpp	23 Mar 2004 05:30:09 -0000	1.20
  @@ -61,13 +61,13 @@
    *
    */
   //#include <stdlib.h>
  -#include <axis/soap/XMLStreamHandler.h>
  -#include <axis/common/TypeMapping.h>
  -#include <axis/soap/URIMapping.h>
  +#include "../soap/XMLStreamHandler.h"
  +#include "../common/TypeMapping.h"
  +#include "../soap/URIMapping.h"
   #include <axis/soap/Attribute.h>
   #include <axis/soap/SoapEnvVersions.h>
   #include <axis/soap/CharacterElement.h>
  -#include <axis/common/AxisUtils.h>
  +#include "../common/AxisUtils.h"
   
   XMLStreamHandler::XMLStreamHandler()
   {
  
  
  
  1.22      +2 -2      ws-axis/c/src/wsdd/WSDDDeployment.cpp
  
  Index: WSDDDeployment.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdd/WSDDDeployment.cpp,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- WSDDDeployment.cpp	14 Jan 2004 09:37:57 -0000	1.21
  +++ WSDDDeployment.cpp	23 Mar 2004 05:30:09 -0000	1.22
  @@ -66,8 +66,8 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/wsdd/WSDDDeployment.h>
  -#include <axis/wsdd/WSDDDocument.h>
  +#include "WSDDDeployment.h"
  +#include "WSDDDocument.h"
   #include <axis/common/GDefine.h>
   #include <axis/common/AxisConfig.h>
   #include <axis/common/AxisTrace.h>
  
  
  
  1.8       +1 -1      ws-axis/c/src/wsdd/WSDDKeywords.cpp
  
  Index: WSDDKeywords.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdd/WSDDKeywords.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- WSDDKeywords.cpp	25 Oct 2003 08:39:37 -0000	1.7
  +++ WSDDKeywords.cpp	23 Mar 2004 05:30:09 -0000	1.8
  @@ -3,7 +3,7 @@
   //////////////////////////////////////////////////////////////////////
   
   #include <axis/wsdd/WSDDKeywords.h>
  -#include <axis/common/AxisUtils.h>
  +#include "../common/AxisUtils.h"
   
   #define __TRC(X) AxisUtils::ToAxisXMLCh(X)
   
  
  
  
  1.6       +1 -1      ws-axis/c/src/wsdd/WSDDTransport.cpp
  
  Index: WSDDTransport.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdd/WSDDTransport.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- WSDDTransport.cpp	20 Oct 2003 03:28:44 -0000	1.5
  +++ WSDDTransport.cpp	23 Mar 2004 05:30:09 -0000	1.6
  @@ -65,7 +65,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/wsdd/WSDDTransport.h>
  +#include "../wsdd/WSDDTransport.h"
   
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction
  
  
  
  1.4       +1 -1      ws-axis/c/src/xml/Attribute.cpp
  
  Index: Attribute.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/Attribute.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Attribute.cpp	1 Mar 2004 14:59:04 -0000	1.3
  +++ Attribute.cpp	23 Mar 2004 05:30:09 -0000	1.4
  @@ -20,7 +20,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/xml/Attribute.h>
  +#include "Attribute.h"
   
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction
  
  
  
  1.4       +1 -1      ws-axis/c/src/xml/Element.cpp
  
  Index: Element.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/Element.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Element.cpp	1 Mar 2004 14:59:04 -0000	1.3
  +++ Element.cpp	23 Mar 2004 05:30:09 -0000	1.4
  @@ -20,7 +20,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/xml/Element.h>
  +#include "Element.h"
   
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction
  
  
  
  1.4       +1 -1      ws-axis/c/src/xml/Event.cpp
  
  Index: Event.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/Event.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Event.cpp	1 Mar 2004 14:59:04 -0000	1.3
  +++ Event.cpp	23 Mar 2004 05:30:09 -0000	1.4
  @@ -20,7 +20,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/xml/Event.h>
  +#include "Event.h"
   
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction
  
  
  
  1.5       +2 -2      ws-axis/c/src/xml/QName.cpp
  
  Index: QName.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/QName.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- QName.cpp	1 Mar 2004 14:59:04 -0000	1.4
  +++ QName.cpp	23 Mar 2004 05:30:09 -0000	1.5
  @@ -22,7 +22,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/xml/QName.h>
  +#include "QName.h"
   
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction
  @@ -65,4 +65,4 @@
   		XMLCh* p = const_cast<XMLCh*>(localname);
   		*(--p) = sep;
   	}
  -}
  \ No newline at end of file
  +}
  
  
  
  1.4       +1 -1      ws-axis/c/src/xml/StartElement.cpp
  
  Index: StartElement.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/StartElement.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StartElement.cpp	1 Mar 2004 14:59:04 -0000	1.3
  +++ StartElement.cpp	23 Mar 2004 05:30:09 -0000	1.4
  @@ -21,7 +21,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/xml/StartElement.h>
  +#include "StartElement.h"
   
   //////////////////////////////////////////////////////////////////////
   // Construction/Destruction