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:40:44 UTC

cvs commit: xml-xerces/c/samples/SAX2Print SAX2PrintHandlers.hpp SAX2PrintHandlers.cpp SAX2Print.cpp

peiyongz    02/02/01 14:40:44

  Modified:    c/samples/SAX2Print SAX2PrintHandlers.hpp
                        SAX2PrintHandlers.cpp SAX2Print.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.4       +6 -2      xml-xerces/c/samples/SAX2Print/SAX2PrintHandlers.hpp
  
  Index: SAX2PrintHandlers.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAX2Print/SAX2PrintHandlers.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SAX2PrintHandlers.hpp	10 Oct 2000 23:55:55 -0000	1.3
  +++ SAX2PrintHandlers.hpp	1 Feb 2002 22:40:44 -0000	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAX2PrintHandlers.hpp,v $
  + * Revision 1.4  2002/02/01 22:40:44  peiyongz
  + * sane_include
  + *
    * Revision 1.3  2000/10/10 23:55:55  andyh
    * XMLFormatter patch, contributed by Bill Schindler.  Fix problems with
    * output to multi-byte encodings.
  @@ -69,8 +72,8 @@
    *
    */
   
  -#include    <sax2/DefaultHandler.hpp>
  -#include    <framework/XMLFormatter.hpp>
  +#include    <xercesc/sax2/DefaultHandler.hpp>
  +#include    <xercesc/framework/XMLFormatter.hpp>
   
   class SAX2PrintHandlers : public DefaultHandler, private XMLFormatTarget
   {
  
  
  
  1.6       +5 -2      xml-xerces/c/samples/SAX2Print/SAX2PrintHandlers.cpp
  
  Index: SAX2PrintHandlers.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAX2Print/SAX2PrintHandlers.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SAX2PrintHandlers.cpp	11 May 2001 13:24:57 -0000	1.5
  +++ SAX2PrintHandlers.cpp	1 Feb 2002 22:40:44 -0000	1.6
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAX2PrintHandlers.cpp,v $
  + * Revision 1.6  2002/02/01 22:40:44  peiyongz
  + * sane_include
  + *
    * Revision 1.5  2001/05/11 13:24:57  tng
    * Copyright update.
    *
  @@ -80,8 +83,8 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/XMLUniDefs.hpp>
  -#include <sax2/Attributes.hpp>
  +#include <xercesc/util/XMLUniDefs.hpp>
  +#include <xercesc/sax2/Attributes.hpp>
   #include "SAX2Print.hpp"
   
   
  
  
  
  1.7       +7 -4      xml-xerces/c/samples/SAX2Print/SAX2Print.cpp
  
  Index: SAX2Print.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAX2Print/SAX2Print.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SAX2Print.cpp	25 Oct 2001 15:18:33 -0000	1.6
  +++ SAX2Print.cpp	1 Feb 2002 22:40:44 -0000	1.7
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAX2Print.cpp,v $
  + * Revision 1.7  2002/02/01 22:40:44  peiyongz
  + * sane_include
  + *
    * Revision 1.6  2001/10/25 15:18:33  tng
    * delete the parser before XMLPlatformUtils::Terminate.
    *
  @@ -82,10 +85,10 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/PlatformUtils.hpp>
  -#include <util/TransService.hpp>
  -#include <sax2/SAX2XMLReader.hpp>
  -#include <sax2/XMLReaderFactory.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/util/TransService.hpp>
  +#include <xercesc/sax2/SAX2XMLReader.hpp>
  +#include <xercesc/sax2/XMLReaderFactory.hpp>
   #include "SAX2Print.hpp"
   
   
  
  
  

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