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 su...@apache.org on 2003/10/20 05:27:51 UTC

cvs commit: ws-axis/c/src/client/samples/CalculatorC Calculator.cpp Calculator.h Point.cpp

susantha    2003/10/19 20:27:51

  Modified:    c/src/client/samples/Calculator Calculator.cpp Calculator.h
                        Point.cpp
               c/src/client/samples/CalculatorC Calculator.cpp Calculator.h
                        Point.cpp
  Log:
  updated source files to use new  include files folder structure
  
  Revision  Changes    Path
  1.18      +4 -4      ws-axis/c/src/client/samples/Calculator/Calculator.cpp
  
  Index: Calculator.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/Calculator/Calculator.cpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Calculator.cpp	16 Oct 2003 13:12:46 -0000	1.17
  +++ Calculator.cpp	20 Oct 2003 03:27:51 -0000	1.18
  @@ -4,10 +4,10 @@
   
   #include "Calculator.h"
   
  -#include <GDefine.h>
  -#include <IWrapperSoapDeSerializer.h>
  -#include <IWrapperSoapSerializer.h>
  -#include <IParam.h>
  +#include <axis/common/GDefine.h>
  +#include <axis/common/IWrapperSoapDeSerializer.h>
  +#include <axis/common/IWrapperSoapSerializer.h>
  +#include <axis/common/IParam.h>
   
   extern int Axis_DeSerialize_Point(Point* param, IWrapperSoapDeSerializer *pDZ);
   extern void* Axis_Create_Point(bool bArray = false, int nSize=0);
  
  
  
  1.5       +1 -1      ws-axis/c/src/client/samples/Calculator/Calculator.h
  
  Index: Calculator.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/Calculator/Calculator.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Calculator.h	10 Oct 2003 05:13:13 -0000	1.4
  +++ Calculator.h	20 Oct 2003 03:27:51 -0000	1.5
  @@ -5,7 +5,7 @@
   #if !defined(AFX_CALCULATOR_H__B5394466_ACFF_4962_B259_B0891BBB4775__INCLUDED_)
   #define AFX_CALCULATOR_H__B5394466_ACFF_4962_B259_B0891BBB4775__INCLUDED_
   
  -#include "../../Call.h"
  +#include <axis/client/Call.h>
   #include "Point.h"
   
   class Calculator  
  
  
  
  1.5       +3 -3      ws-axis/c/src/client/samples/Calculator/Point.cpp
  
  Index: Point.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/Calculator/Point.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Point.cpp	10 Oct 2003 05:13:13 -0000	1.4
  +++ Point.cpp	20 Oct 2003 03:27:51 -0000	1.5
  @@ -1,8 +1,8 @@
   #include "Point.h"
   
  -#include <IWrapperSoapDeSerializer.h>
  -#include <IWrapperSoapSerializer.h>
  -#include <IParam.h>
  +#include <axis/common/IWrapperSoapDeSerializer.h>
  +#include <axis/common/IWrapperSoapSerializer.h>
  +#include <axis/common/IParam.h>
   
   //Parameters and wrapper methods to manipulate Point
   static const AxisChar* Axis_URI_Point = "http://www.opensource.lk/Point";
  
  
  
  1.5       +4 -4      ws-axis/c/src/client/samples/CalculatorC/Calculator.cpp
  
  Index: Calculator.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/CalculatorC/Calculator.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Calculator.cpp	13 Oct 2003 05:03:13 -0000	1.4
  +++ Calculator.cpp	20 Oct 2003 03:27:51 -0000	1.5
  @@ -4,10 +4,10 @@
   
   #include "Calculator.h"
   
  -#include <GDefine.h>
  -#include <IWrapperSoapDeSerializer.h>
  -#include <IWrapperSoapSerializer.h>
  -#include <IParam.h>
  +#include <axis/common/GDefine.h>
  +#include <axis/common/IWrapperSoapDeSerializer.h>
  +#include <axis/common/IWrapperSoapSerializer.h>
  +#include <axis/common/IParam.h>
   
   extern int Axis_DeSerialize_Point(Point* param, IWrapperSoapDeSerializer *pDZ);
   extern void* Axis_Create_Point(bool bArray = false, int nSize=0);
  
  
  
  1.4       +1 -1      ws-axis/c/src/client/samples/CalculatorC/Calculator.h
  
  Index: Calculator.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/CalculatorC/Calculator.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Calculator.h	13 Oct 2003 05:03:13 -0000	1.3
  +++ Calculator.h	20 Oct 2003 03:27:51 -0000	1.4
  @@ -5,7 +5,7 @@
   #if !defined(AFX_CALCULATOR_H__B5394466_ACFF_4962_B259_B0891BBB4775__INCLUDED_)
   #define AFX_CALCULATOR_H__B5394466_ACFF_4962_B259_B0891BBB4775__INCLUDED_
   
  -#include "../../Call.h"
  +#include <axis/client/Call.h>
   #include "Point.h"
   
   class Calculator  
  
  
  
  1.4       +3 -3      ws-axis/c/src/client/samples/CalculatorC/Point.cpp
  
  Index: Point.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/samples/CalculatorC/Point.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Point.cpp	13 Oct 2003 05:03:13 -0000	1.3
  +++ Point.cpp	20 Oct 2003 03:27:51 -0000	1.4
  @@ -1,8 +1,8 @@
   #include "Point.h"
   
  -#include <IWrapperSoapDeSerializer.h>
  -#include <IWrapperSoapSerializer.h>
  -#include <IParam.h>
  +#include <axis/common/IWrapperSoapDeSerializer.h>
  +#include <axis/common/IWrapperSoapSerializer.h>
  +#include <axis/common/IParam.h>
   
   //Parameters and wrapper methods to manipulate Point
   static const AxisChar* Axis_URI_Point = "http://www.opensource.lk/Point";