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 wh...@apache.org on 2004/10/26 12:59:02 UTC

cvs commit: ws-axis/c/src/wsdd AxisWsddException.h WSDDDeployment.cpp WSDDHandler.h WSDDKeywords.h WSDDService.h

whitlock    2004/10/26 03:59:02

  Modified:    c/src/wsdd AxisWsddException.h WSDDDeployment.cpp
                        WSDDHandler.h WSDDKeywords.h WSDDService.h
  Log:
  Rename external C++ headers to .hpp
  
  Revision  Changes    Path
  1.7       +1 -1      ws-axis/c/src/wsdd/AxisWsddException.h
  
  Index: AxisWsddException.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdd/AxisWsddException.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AxisWsddException.h	18 Oct 2004 09:40:27 -0000	1.6
  +++ AxisWsddException.h	26 Oct 2004 10:59:01 -0000	1.7
  @@ -22,7 +22,7 @@
   #define __AXISWSDDEXCEPTION_H_OF_AXIS_INCLUDED_
   
   #include <string>
  -#include <axis/server/AxisException.h>
  +#include <axis/server/AxisException.hpp>
   
   AXIS_CPP_NAMESPACE_START
   
  
  
  
  1.43      +1 -1      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.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- WSDDDeployment.cpp	7 Sep 2004 13:39:43 -0000	1.42
  +++ WSDDDeployment.cpp	26 Oct 2004 10:59:01 -0000	1.43
  @@ -22,7 +22,7 @@
   #include "WSDDDeployment.h"
   #include "WSDDDocument.h"
   
  -#include <axis/server/GDefine.h>
  +#include <axis/server/GDefine.hpp>
   #include "../common/AxisConfig.h"
   #include "../common/AxisTrace.h"
   #include "AxisWsddException.h"
  
  
  
  1.13      +1 -1      ws-axis/c/src/wsdd/WSDDHandler.h
  
  Index: WSDDHandler.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdd/WSDDHandler.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- WSDDHandler.h	6 Aug 2004 14:44:41 -0000	1.12
  +++ WSDDHandler.h	26 Oct 2004 10:59:01 -0000	1.13
  @@ -21,7 +21,7 @@
   #if !defined(_WSDDHANDLER_H__NCLUDED_)
   #define _WSDDHANDLER_H__NCLUDED_
   
  -#include <axis/server/GDefine.h>
  +#include <axis/server/GDefine.hpp>
   #include <string>
   #include <map>
   #include <list>
  
  
  
  1.9       +1 -1      ws-axis/c/src/wsdd/WSDDKeywords.h
  
  Index: WSDDKeywords.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdd/WSDDKeywords.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- WSDDKeywords.h	6 Aug 2004 14:44:41 -0000	1.8
  +++ WSDDKeywords.h	26 Oct 2004 10:59:01 -0000	1.9
  @@ -17,7 +17,7 @@
   #if !defined(_WSDDKEYWORDS_H____OF_AXIS_INCLUDED_)
   #define _WSDDKEYWORDS_H____OF_AXIS_INCLUDED_
   
  -#include <axis/server/GDefine.h>
  +#include <axis/server/GDefine.hpp>
   
   /* keywords used in the wsdd file */
   extern const AxisXMLCh* kw_depl;
  
  
  
  1.11      +1 -1      ws-axis/c/src/wsdd/WSDDService.h
  
  Index: WSDDService.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/wsdd/WSDDService.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- WSDDService.h	6 Aug 2004 14:44:41 -0000	1.10
  +++ WSDDService.h	26 Oct 2004 10:59:01 -0000	1.11
  @@ -18,7 +18,7 @@
   #define _WSDDSERVICE_H__OF_AXIS_INCLUDED_
   
   #include "WSDDHandler.h"
  -#include <axis/server/WSDDDefines.h>
  +#include <axis/server/WSDDDefines.hpp>
   
   /**
    *  @class WSDDService