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:38:52 UTC

cvs commit: xml-xerces/c/samples/SAX2Count SAX2CountHandlers.hpp SAX2CountHandlers.cpp SAX2Count.hpp SAX2Count.cpp

peiyongz    02/02/01 14:38:52

  Modified:    c/samples/SAX2Count SAX2CountHandlers.hpp
                        SAX2CountHandlers.cpp SAX2Count.hpp SAX2Count.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.4       +5 -2      xml-xerces/c/samples/SAX2Count/SAX2CountHandlers.hpp
  
  Index: SAX2CountHandlers.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAX2Count/SAX2CountHandlers.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SAX2CountHandlers.hpp	2 Aug 2001 17:10:29 -0000	1.3
  +++ SAX2CountHandlers.hpp	1 Feb 2002 22:38:52 -0000	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAX2CountHandlers.hpp,v $
  + * Revision 1.4  2002/02/01 22:38:52  peiyongz
  + * sane_include
  + *
    * Revision 1.3  2001/08/02 17:10:29  tng
    * Allow DOMCount/SAXCount/IDOMCount/SAX2Count to take a file that has a list of xml file as input.
    *
  @@ -72,8 +75,8 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <sax2/Attributes.hpp>
  -#include <sax2/DefaultHandler.hpp>
  +#include <xercesc/sax2/Attributes.hpp>
  +#include <xercesc/sax2/DefaultHandler.hpp>
   
   class SAX2CountHandlers : public DefaultHandler
   {
  
  
  
  1.4       +6 -3      xml-xerces/c/samples/SAX2Count/SAX2CountHandlers.cpp
  
  Index: SAX2CountHandlers.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAX2Count/SAX2CountHandlers.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SAX2CountHandlers.cpp	2 Aug 2001 17:10:29 -0000	1.3
  +++ SAX2CountHandlers.cpp	1 Feb 2002 22:38:52 -0000	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAX2CountHandlers.cpp,v $
  + * Revision 1.4  2002/02/01 22:38:52  peiyongz
  + * sane_include
  + *
    * Revision 1.3  2001/08/02 17:10:29  tng
    * Allow DOMCount/SAXCount/IDOMCount/SAX2Count to take a file that has a list of xml file as input.
    *
  @@ -72,9 +75,9 @@
   //  Includes
   // ---------------------------------------------------------------------------
   #include "SAX2Count.hpp"
  -#include <sax2/Attributes.hpp>
  -#include <sax/SAXParseException.hpp>
  -#include <sax/SAXException.hpp>
  +#include <xercesc/sax2/Attributes.hpp>
  +#include <xercesc/sax/SAXParseException.hpp>
  +#include <xercesc/sax/SAXException.hpp>
   
   
   
  
  
  
  1.3       +6 -3      xml-xerces/c/samples/SAX2Count/SAX2Count.hpp
  
  Index: SAX2Count.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAX2Count/SAX2Count.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SAX2Count.hpp	9 Aug 2000 22:40:15 -0000	1.2
  +++ SAX2Count.hpp	1 Feb 2002 22:38:52 -0000	1.3
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAX2Count.hpp,v $
  + * Revision 1.3  2002/02/01 22:38:52  peiyongz
  + * sane_include
  + *
    * Revision 1.2  2000/08/09 22:40:15  jpolast
    * updates for changes to sax2 core functionality.
    *
  @@ -72,10 +75,10 @@
   #include <stdlib.h>
   #include <string.h>
   #include <iostream.h>
  -#include <util/PlatformUtils.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
   #include "SAX2CountHandlers.hpp"
  -#include <sax2/XMLReaderFactory.hpp>
  -#include <sax2/SAX2XMLReader.hpp>
  +#include <xercesc/sax2/XMLReaderFactory.hpp>
  +#include <xercesc/sax2/SAX2XMLReader.hpp>
   
   
   // ---------------------------------------------------------------------------
  
  
  
  1.14      +6 -3      xml-xerces/c/samples/SAX2Count/SAX2Count.cpp
  
  Index: SAX2Count.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAX2Count/SAX2Count.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- SAX2Count.cpp	29 Oct 2001 17:02:57 -0000	1.13
  +++ SAX2Count.cpp	1 Feb 2002 22:38:52 -0000	1.14
  @@ -56,6 +56,9 @@
   
   /*
   * $Log: SAX2Count.cpp,v $
  +* Revision 1.14  2002/02/01 22:38:52  peiyongz
  +* sane_include
  +*
   * Revision 1.13  2001/10/29 17:02:57  tng
   * Fix typo in samples.
   *
  @@ -104,9 +107,9 @@
   //  Includes
   // ---------------------------------------------------------------------------
   #include "SAX2Count.hpp"
  -#include <util/PlatformUtils.hpp>
  -#include <sax2/SAX2XMLReader.hpp>
  -#include <sax2/XMLReaderFactory.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/sax2/SAX2XMLReader.hpp>
  +#include <xercesc/sax2/XMLReaderFactory.hpp>
   #include <fstream.h>
   
   // ---------------------------------------------------------------------------
  
  
  

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