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 pr...@apache.org on 2005/07/22 16:55:06 UTC

cvs commit: ws-axis/c/src/xml/txpp/src spp.c

prestonf    2005/07/22 07:55:06

  Modified:    c/include/axis AxisUserAPI.h AxisUserAPI.hpp
               c/src/common AxisConfig.cpp AxisFile.h
               c/src/xml/txpp/src spp.c
  Log:
  Hi All,
  I've changed the following files so that they now use #include <string>
  
  Regards,
  
  Fred reston.
  
  Revision  Changes    Path
  1.18      +1 -1      ws-axis/c/include/axis/AxisUserAPI.h
  
  Index: AxisUserAPI.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/AxisUserAPI.h,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- AxisUserAPI.h	12 Jul 2005 18:10:06 -0000	1.17
  +++ AxisUserAPI.h	22 Jul 2005 14:55:06 -0000	1.18
  @@ -20,7 +20,7 @@
   
   #include <axis/GDefine.h>
   #include <time.h>
  -#include <string.h>
  +#include <string>
   
    /**
     * @file AxisUserAPI.h
  
  
  
  1.15      +1 -1      ws-axis/c/include/axis/AxisUserAPI.hpp
  
  Index: AxisUserAPI.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/AxisUserAPI.hpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- AxisUserAPI.hpp	12 Jul 2005 18:10:06 -0000	1.14
  +++ AxisUserAPI.hpp	22 Jul 2005 14:55:06 -0000	1.15
  @@ -21,7 +21,7 @@
   
   #include <axis/GDefine.hpp>
   #include <time.h>
  -#include <string.h>
  +#include <string>
   
   AXIS_CPP_NAMESPACE_START
   
  
  
  
  1.67      +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.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- AxisConfig.cpp	27 Jun 2005 13:51:52 -0000	1.66
  +++ AxisConfig.cpp	22 Jul 2005 14:55:06 -0000	1.67
  @@ -30,7 +30,7 @@
   #include "AxisUtils.h"
   #include <stdlib.h>
   #include <iostream>
  -#include <string.h>
  +#include <string>
   
   AXIS_CPP_NAMESPACE_START 
   
  
  
  
  1.5       +1 -1      ws-axis/c/src/common/AxisFile.h
  
  Index: AxisFile.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisFile.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AxisFile.h	23 Nov 2004 17:21:02 -0000	1.4
  +++ AxisFile.h	22 Jul 2005 14:55:06 -0000	1.5
  @@ -25,7 +25,7 @@
   #define __AXIS_AXISFILE_H_OF_AXIS_INCLUDED__
   #include <axis/GDefine.hpp>
   #include <stdio.h>
  -#include <string.h>
  +#include <string>
   
   /**
    *   @class AxisFile
  
  
  
  1.3       +1 -1      ws-axis/c/src/xml/txpp/src/spp.c
  
  Index: spp.c
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/txpp/src/spp.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- spp.c	22 Oct 2004 13:30:08 -0000	1.2
  +++ spp.c	22 Jul 2005 14:55:06 -0000	1.3
  @@ -14,7 +14,7 @@
    *   limitations under the License.
    */
   
  -#include <string.h>
  +#include <string>
   #include <stdio.h>
   #include <stdlib.h>
   #include "internal.h"