You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/02/01 23:35:34 UTC

cvs commit: xml-xerces/c/samples/DOMPrint DOMTreeErrorReporter.hpp DOMTreeErrorReporter.cpp DOMPrint.cpp

peiyongz    02/02/01 14:35:34

  Modified:    c/samples/DOMPrint DOMTreeErrorReporter.hpp
                        DOMTreeErrorReporter.cpp DOMPrint.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.7       +5 -2      xml-xerces/c/samples/DOMPrint/DOMTreeErrorReporter.hpp
  
  Index: DOMTreeErrorReporter.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/DOMPrint/DOMTreeErrorReporter.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- DOMTreeErrorReporter.hpp	11 May 2001 13:24:53 -0000	1.6
  +++ DOMTreeErrorReporter.hpp	1 Feb 2002 22:35:33 -0000	1.7
  @@ -57,6 +57,9 @@
   
   /*
    * $Log: DOMTreeErrorReporter.hpp,v $
  + * Revision 1.7  2002/02/01 22:35:33  peiyongz
  + * sane_include
  + *
    * Revision 1.6  2001/05/11 13:24:53  tng
    * Copyright update.
    *
  @@ -85,8 +88,8 @@
    *
    */
   
  -#include <util/XercesDefs.hpp>
  -#include <sax/ErrorHandler.hpp>
  +#include <xercesc/util/XercesDefs.hpp>
  +#include <xercesc/sax/ErrorHandler.hpp>
   #include <iostream.h>
   
   class DOMTreeErrorReporter : public ErrorHandler
  
  
  
  1.10      +5 -2      xml-xerces/c/samples/DOMPrint/DOMTreeErrorReporter.cpp
  
  Index: DOMTreeErrorReporter.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/DOMPrint/DOMTreeErrorReporter.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DOMTreeErrorReporter.cpp	11 May 2001 13:24:53 -0000	1.9
  +++ DOMTreeErrorReporter.cpp	1 Feb 2002 22:35:33 -0000	1.10
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOMTreeErrorReporter.cpp,v $
  + * Revision 1.10  2002/02/01 22:35:33  peiyongz
  + * sane_include
  + *
    * Revision 1.9  2001/05/11 13:24:53  tng
    * Copyright update.
    *
  @@ -96,12 +99,12 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <sax/SAXParseException.hpp>
  +#include <xercesc/sax/SAXParseException.hpp>
   #include "DOMTreeErrorReporter.hpp"
   #include <iostream.h>
   #include <stdlib.h>
   #include <string.h>
  -#include <dom/DOMString.hpp>
  +#include <xercesc/dom/DOMString.hpp>
   
   // Global streaming operator for DOMString is defined in DOMPrint.cpp
   extern ostream& operator<<(ostream& target, const DOMString& s);
  
  
  
  1.36      +9 -9      xml-xerces/c/samples/DOMPrint/DOMPrint.cpp
  
  Index: DOMPrint.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/DOMPrint/DOMPrint.cpp,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- DOMPrint.cpp	19 Oct 2001 18:47:28 -0000	1.35
  +++ DOMPrint.cpp	1 Feb 2002 22:35:33 -0000	1.36
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: DOMPrint.cpp,v 1.35 2001/10/19 18:47:28 tng Exp $
  + * $Id: DOMPrint.cpp,v 1.36 2002/02/01 22:35:33 peiyongz Exp $
    */
   
   
  @@ -78,17 +78,17 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/PlatformUtils.hpp>
  -#include <util/XMLString.hpp>
  -#include <util/XMLUniDefs.hpp>
  -#include <framework/XMLFormatter.hpp>
  -#include <util/TranscodingException.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/util/XMLString.hpp>
  +#include <xercesc/util/XMLUniDefs.hpp>
  +#include <xercesc/framework/XMLFormatter.hpp>
  +#include <xercesc/util/TranscodingException.hpp>
   
   
  -#include <dom/DOM_DOMException.hpp>
  +#include <xercesc/dom/DOM_DOMException.hpp>
   
  -#include <parsers/DOMParser.hpp>
  -#include <dom/DOM.hpp>
  +#include <xercesc/parsers/DOMParser.hpp>
  +#include <xercesc/dom/DOM.hpp>
   #include "DOMTreeErrorReporter.hpp"
   #include <string.h>
   #include <stdlib.h>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org