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:41:17 UTC

cvs commit: xml-xerces/c/samples/SAXPrint SAXPrintHandlers.hpp SAXPrintHandlers.cpp SAXPrint.cpp

peiyongz    02/02/01 14:41:17

  Modified:    c/samples/SAXPrint SAXPrintHandlers.hpp SAXPrintHandlers.cpp
                        SAXPrint.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.8       +6 -2      xml-xerces/c/samples/SAXPrint/SAXPrintHandlers.hpp
  
  Index: SAXPrintHandlers.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAXPrint/SAXPrintHandlers.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SAXPrintHandlers.hpp	10 Oct 2000 23:55:59 -0000	1.7
  +++ SAXPrintHandlers.hpp	1 Feb 2002 22:41:17 -0000	1.8
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAXPrintHandlers.hpp,v $
  + * Revision 1.8  2002/02/01 22:41:17  peiyongz
  + * sane_include
  + *
    * Revision 1.7  2000/10/10 23:55:59  andyh
    * XMLFormatter patch, contributed by Bill Schindler.  Fix problems with
    * output to multi-byte encodings.
  @@ -89,8 +92,8 @@
    */
   
   
  -#include    <sax/HandlerBase.hpp>
  -#include    <framework/XMLFormatter.hpp>
  +#include    <xercesc/sax/HandlerBase.hpp>
  +#include    <xercesc/framework/XMLFormatter.hpp>
   
   class SAXPrintHandlers : public HandlerBase, private XMLFormatTarget
   {
  
  
  
  1.15      +5 -2      xml-xerces/c/samples/SAXPrint/SAXPrintHandlers.cpp
  
  Index: SAXPrintHandlers.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAXPrint/SAXPrintHandlers.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SAXPrintHandlers.cpp	11 May 2001 13:24:58 -0000	1.14
  +++ SAXPrintHandlers.cpp	1 Feb 2002 22:41:17 -0000	1.15
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAXPrintHandlers.cpp,v $
  + * Revision 1.15  2002/02/01 22:41:17  peiyongz
  + * sane_include
  + *
    * Revision 1.14  2001/05/11 13:24:58  tng
    * Copyright update.
    *
  @@ -114,8 +117,8 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/XMLUniDefs.hpp>
  -#include <sax/AttributeList.hpp>
  +#include <xercesc/util/XMLUniDefs.hpp>
  +#include <xercesc/sax/AttributeList.hpp>
   #include "SAXPrint.hpp"
   
   
  
  
  
  1.19      +6 -3      xml-xerces/c/samples/SAXPrint/SAXPrint.cpp
  
  Index: SAXPrint.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAXPrint/SAXPrint.cpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- SAXPrint.cpp	29 Oct 2001 17:02:57 -0000	1.18
  +++ SAXPrint.cpp	1 Feb 2002 22:41:17 -0000	1.19
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAXPrint.cpp,v $
  + * Revision 1.19  2002/02/01 22:41:17  peiyongz
  + * sane_include
  + *
    * Revision 1.18  2001/10/29 17:02:57  tng
    * Fix typo in samples.
    *
  @@ -129,9 +132,9 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/PlatformUtils.hpp>
  -#include <util/TransService.hpp>
  -#include <parsers/SAXParser.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/util/TransService.hpp>
  +#include <xercesc/parsers/SAXParser.hpp>
   #include "SAXPrint.hpp"
   
   
  
  
  

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