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 08:04:50 UTC

cvs commit: ws-axis/c/src/wsdd WSDDDocument.cpp WSDDKeywords.cpp

damitha     2004/03/22 23:04:50

  Modified:    c/include/axis/common Param.h
               c/src/common ArrayBean.cpp AxisTime.cpp Param.cpp
               c/src/engine HandlerPool.cpp
               c/src/soap ComplexElement.cpp HeaderBlock.cpp
                        SoapDeSerializer.cpp SoapEnvelope.cpp SoapMethod.h
                        SoapParserExpat.cpp
               c/src/wsdd WSDDDocument.cpp WSDDKeywords.cpp
  Added:       c/include/axis/common AxisTime.h
  Removed:     c/src/common AxisTime.h
  Log:
  In the process of restructuring the source as described in Susantha's mail titled
  FW: Work items for the Release - FYI
  
  Revision  Changes    Path
  1.7       +2 -2      ws-axis/c/include/axis/common/Param.h
  
  Index: Param.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/common/Param.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Param.h	23 Mar 2004 06:50:06 -0000	1.6
  +++ Param.h	23 Mar 2004 07:04:50 -0000	1.7
  @@ -66,8 +66,8 @@
   #if !defined(AFX_PARAM_H__351B13BB_5D03_40C5_93F5_56D17295A8BD__INCLUDED_)
   #define AFX_PARAM_H__351B13BB_5D03_40C5_93F5_56D17295A8BD__INCLUDED_
   
  -#include <axis/common/IParam.h>
  -#include <axis/common/BasicTypeSerializer.h>
  +#include "IParam.h"
  +#include "BasicTypeSerializer.h"
   #include "AxisTime.h"
   
   #include <string>
  
  
  
  1.8       +2 -2      ws-axis/c/include/axis/common/AxisTime.h
  
  
  
  
  1.20      +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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- ArrayBean.cpp	23 Mar 2004 06:50:06 -0000	1.19
  +++ ArrayBean.cpp	23 Mar 2004 07:04:50 -0000	1.20
  @@ -61,7 +61,7 @@
   // ArrayBean.cpp: implementation of the ArrayBean class.
   //
   //////////////////////////////////////////////////////////////////////
  -#include "Param.h"
  +#include <axis/common/Param.h>
   #include "ArrayBean.h"
   #include <axis/common/BasicTypeSerializer.h>
   #include <axis/engine/AxisEngine.h>
  
  
  
  1.16      +1 -1      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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- AxisTime.cpp	23 Mar 2004 05:30:07 -0000	1.15
  +++ AxisTime.cpp	23 Mar 2004 07:04:50 -0000	1.16
  @@ -60,7 +60,7 @@
    */
   #include <stdio.h>
   
  -#include "AxisTime.h"
  +#include <axis/common/AxisTime.h>
   #include "AxisUtils.h"
   
   #define TIMEBUFFSIZE 80
  
  
  
  1.30      +1 -1      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.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- Param.cpp	23 Mar 2004 05:30:07 -0000	1.29
  +++ Param.cpp	23 Mar 2004 07:04:50 -0000	1.30
  @@ -66,7 +66,7 @@
   //////////////////////////////////////////////////////////////////////
   
   #include <axis/engine/AxisEngine.h>
  -#include "Param.h"
  +#include <axis/common/Param.h>
   #include "ArrayBean.h"
   #include <axis/common/BasicTypeSerializer.h>
   #include <stdlib.h>
  
  
  
  1.21      +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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- HandlerPool.cpp	23 Mar 2004 05:30:08 -0000	1.20
  +++ HandlerPool.cpp	23 Mar 2004 07:04:50 -0000	1.21
  @@ -69,7 +69,7 @@
   #include "AppScopeHandlerPool.h"
   #include "RequestScopeHandlerPool.h"
   #include "SessionScopeHandlerPool.h"
  -#include <axis/wsdd/WSDDDeployment.h>
  +#include "../wsdd/WSDDDeployment.h"
   #include <axis/common/AxisTrace.h>
   extern AxisTrace* g_pAT;
   //////////////////////////////////////////////////////////////////////
  
  
  
  1.11      +2 -2      ws-axis/c/src/soap/ComplexElement.cpp
  
  Index: ComplexElement.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/ComplexElement.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ComplexElement.cpp	8 Mar 2004 13:22:02 -0000	1.10
  +++ ComplexElement.cpp	23 Mar 2004 07:04:50 -0000	1.11
  @@ -65,7 +65,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/soap/ComplexElement.h>
  +#include "ComplexElement.h"
   #include <axis/soap/SoapSerializer.h>
   #include <axis/common/GDefine.h>
   
  @@ -320,4 +320,4 @@
   int ComplexElement::getNoOfChildren()
   {
   	return iNoOfChildren;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.14      +1 -1      ws-axis/c/src/soap/HeaderBlock.cpp
  
  Index: HeaderBlock.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/HeaderBlock.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- HeaderBlock.cpp	8 Mar 2004 13:22:02 -0000	1.13
  +++ HeaderBlock.cpp	23 Mar 2004 07:04:50 -0000	1.14
  @@ -73,7 +73,7 @@
   #include <axis/soap/SoapSerializer.h>
   #include <axis/common/GDefine.h>
   #include <axis/soap/BasicNode.h>
  -#include <axis/soap/ComplexElement.h>
  +#include "ComplexElement.h"
   #include <axis/soap/CharacterElement.h>
   
   //////////////////////////////////////////////////////////////////////
  
  
  
  1.32      +1 -1      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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- SoapDeSerializer.cpp	23 Mar 2004 05:30:09 -0000	1.31
  +++ SoapDeSerializer.cpp	23 Mar 2004 07:04:50 -0000	1.32
  @@ -72,7 +72,7 @@
   #include "SoapMethod.h"
   #include "SoapBody.h"
   #include "SoapFault.h"
  -#include <axis/soap/ComplexElement.h>
  +#include "ComplexElement.h"
   #include <axis/soap/CharacterElement.h>
   #include <axis/common/GDefine.h>
   #include <axis/common/Packet.h>
  
  
  
  1.14      +1 -1      ws-axis/c/src/soap/SoapEnvelope.cpp
  
  Index: SoapEnvelope.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/SoapEnvelope.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- SoapEnvelope.cpp	28 Feb 2004 06:27:56 -0000	1.13
  +++ SoapEnvelope.cpp	23 Mar 2004 07:04:50 -0000	1.14
  @@ -69,7 +69,7 @@
   #pragma warning (disable : 4786)
   #endif
   
  -#include <axis/soap/SoapEnvelope.h>
  +#include "SoapEnvelope.h"
   #include <axis/common/GDefine.h>
   #include <axis/soap/SoapSerializer.h>
   
  
  
  
  1.14      +1 -1      ws-axis/c/src/soap/SoapMethod.h
  
  Index: SoapMethod.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/SoapMethod.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- SoapMethod.h	23 Mar 2004 06:11:44 -0000	1.13
  +++ SoapMethod.h	23 Mar 2004 07:04:50 -0000	1.14
  @@ -63,7 +63,7 @@
   #if !defined(AFX_SOAPMETHOD_H__85B1A3F0_CD15_4607_AAAB_665A66AA8546__INCLUDED_)
   #define AFX_SOAPMETHOD_H__85B1A3F0_CD15_4607_AAAB_665A66AA8546__INCLUDED_
   
  -#include "../common/Param.h"
  +#include <axis/common/Param.h>
   #include "../common/ISoapMethod.h"
   #include <axis/soap/SoapSerializer.h>
   #include <list>
  
  
  
  1.8       +1 -1      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SoapParserExpat.cpp	23 Mar 2004 05:30:09 -0000	1.7
  +++ SoapParserExpat.cpp	23 Mar 2004 07:04:50 -0000	1.8
  @@ -64,7 +64,7 @@
   #endif
   
   #include "../xml/Event.h"
  -#include <axis/xml/Attribute.h>
  +#include "..//xml/Attribute.h"
   #include "../xml/StartElement.h"
   using namespace axisxml;
   
  
  
  
  1.27      +2 -2      ws-axis/c/src/wsdd/WSDDDocument.cpp
  
  Index: WSDDDocument.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdd/WSDDDocument.cpp,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- WSDDDocument.cpp	12 Jan 2004 12:20:55 -0000	1.26
  +++ WSDDDocument.cpp	23 Mar 2004 07:04:50 -0000	1.27
  @@ -62,8 +62,8 @@
    *
    */
   
  -#include <axis/wsdd/WSDDDocument.h>
  -#include <axis/wsdd/WSDDKeywords.h>
  +#include "WSDDDocument.h"
  +#include "WSDDKeywords.h"
   #include <string>
   #include <axis/common/AxisTrace.h>
   
  
  
  
  1.9       +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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- WSDDKeywords.cpp	23 Mar 2004 05:30:09 -0000	1.8
  +++ WSDDKeywords.cpp	23 Mar 2004 07:04:50 -0000	1.9
  @@ -2,7 +2,7 @@
   //
   //////////////////////////////////////////////////////////////////////
   
  -#include <axis/wsdd/WSDDKeywords.h>
  +#include "WSDDKeywords.h"
   #include "../common/AxisUtils.h"
   
   #define __TRC(X) AxisUtils::ToAxisXMLCh(X)