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 13:00:53 UTC

cvs commit: ws-axis/c/src/xml/xerces SoapBinInputStream.h XMLParserXerces.h XercesHandler.h

whitlock    2004/10/26 04:00:53

  Modified:    c/src/xml AxisParseException.h QName.h XMLParser.h
               c/src/xml/expat XMLParserExpat.h
               c/src/xml/xerces SoapBinInputStream.h XMLParserXerces.h
                        XercesHandler.h
  Log:
  Rename external C++ headers to .hpp
  
  Revision  Changes    Path
  1.4       +1 -1      ws-axis/c/src/xml/AxisParseException.h
  
  Index: AxisParseException.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/AxisParseException.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AxisParseException.h	18 Oct 2004 09:40:27 -0000	1.3
  +++ AxisParseException.h	26 Oct 2004 11:00:53 -0000	1.4
  @@ -22,7 +22,7 @@
   #define __AXISPARSEEXCEPTION_H_OF_AXIS_INCLUDED_
   
   #include <string>
  -#include <axis/server/AxisException.h>
  +#include <axis/server/AxisException.hpp>
   using namespace std;
   
   AXIS_CPP_NAMESPACE_USE
  
  
  
  1.9       +1 -1      ws-axis/c/src/xml/QName.h
  
  Index: QName.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/QName.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- QName.h	26 Apr 2004 04:04:40 -0000	1.8
  +++ QName.h	26 Oct 2004 11:00:53 -0000	1.9
  @@ -22,7 +22,7 @@
   #if !defined(AXIS_QNAME_H__OF_AXIS_INCLUDED_)
   #define AXIS_QNAME_H__OF_AXIS_INCLUDED_
   
  -#include <axis/server/GDefine.h>
  +#include <axis/server/GDefine.hpp>
   
   /*
    *    Qualified name according to "Namespaces in XML" specification.
  
  
  
  1.3       +1 -1      ws-axis/c/src/xml/XMLParser.h
  
  Index: XMLParser.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/XMLParser.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLParser.h	6 Aug 2004 14:44:45 -0000	1.2
  +++ XMLParser.h	26 Oct 2004 11:00:53 -0000	1.3
  @@ -29,7 +29,7 @@
   #include "AnyElement.h"
   #include "../transport/SOAPTransport.h"
   
  -#include <axis/server/GDefine.h>
  +#include <axis/server/GDefine.hpp>
   
   AXIS_CPP_NAMESPACE_USE
   
  
  
  
  1.6       +1 -1      ws-axis/c/src/xml/expat/XMLParserExpat.h
  
  Index: XMLParserExpat.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/expat/XMLParserExpat.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XMLParserExpat.h	19 Jul 2004 11:33:38 -0000	1.5
  +++ XMLParserExpat.h	26 Oct 2004 11:00:53 -0000	1.6
  @@ -29,7 +29,7 @@
   #else
   #include <expat.h>
   #endif
  -#include <axis/server/Packet.h>
  +#include <axis/server/Packet.hpp>
   
   #include "../QName.h"
   #include "../AnyElement.h"
  
  
  
  1.4       +1 -1      ws-axis/c/src/xml/xerces/SoapBinInputStream.h
  
  Index: SoapBinInputStream.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/xerces/SoapBinInputStream.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SoapBinInputStream.h	6 Aug 2004 14:44:45 -0000	1.3
  +++ SoapBinInputStream.h	26 Oct 2004 11:00:53 -0000	1.4
  @@ -20,7 +20,7 @@
   #define AXIS_SOAPBININPUTSTREAM_H__OF_AXIS_INCLUDED_
   
   #include <xercesc/util/BinInputStream.hpp>
  -#include <axis/server/Packet.h>
  +#include <axis/server/Packet.hpp>
   #include "../../transport/SOAPTransport.h"
   
   XERCES_CPP_NAMESPACE_USE
  
  
  
  1.6       +1 -1      ws-axis/c/src/xml/xerces/XMLParserXerces.h
  
  Index: XMLParserXerces.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/xerces/XMLParserXerces.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XMLParserXerces.h	6 Jul 2004 14:16:48 -0000	1.5
  +++ XMLParserXerces.h	26 Oct 2004 11:00:53 -0000	1.6
  @@ -26,7 +26,7 @@
   #if !defined(__XMLPARSERXERCES_H_OF_AXIS_INCLUDED__)
   #define __XMLPARSERXERCES_H_OF_AXIS_INCLUDED__
   
  -#include <axis/server/Packet.h>
  +#include <axis/server/Packet.hpp>
   #include "../QName.h"
   #include "../Event.h"
   #include "../XMLParser.h"
  
  
  
  1.8       +1 -1      ws-axis/c/src/xml/xerces/XercesHandler.h
  
  Index: XercesHandler.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/xml/xerces/XercesHandler.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XercesHandler.h	6 Jul 2004 14:16:48 -0000	1.7
  +++ XercesHandler.h	26 Oct 2004 11:00:53 -0000	1.8
  @@ -24,7 +24,7 @@
   #include <stdlib.h>
   #include <map>
   #include <string>
  -#include <axis/server/GDefine.h>
  +#include <axis/server/GDefine.hpp>
   
   XERCES_CPP_NAMESPACE_USE