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:07 UTC

cvs commit: xml-xerces/c/samples/SAXCount SAXCountHandlers.hpp SAXCountHandlers.cpp SAXCount.hpp

peiyongz    02/02/01 14:41:07

  Modified:    c/samples/SAXCount SAXCountHandlers.hpp SAXCountHandlers.cpp
                        SAXCount.hpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.5       +4 -1      xml-xerces/c/samples/SAXCount/SAXCountHandlers.hpp
  
  Index: SAXCountHandlers.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAXCount/SAXCountHandlers.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SAXCountHandlers.hpp	2 Aug 2001 17:10:29 -0000	1.4
  +++ SAXCountHandlers.hpp	1 Feb 2002 22:41:07 -0000	1.5
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAXCountHandlers.hpp,v $
  + * Revision 1.5  2002/02/01 22:41:07  peiyongz
  + * sane_include
  + *
    * Revision 1.4  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.
    *
  @@ -79,7 +82,7 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <sax/HandlerBase.hpp>
  +#include <xercesc/sax/HandlerBase.hpp>
   
   class AttributeList;
   
  
  
  
  1.5       +6 -3      xml-xerces/c/samples/SAXCount/SAXCountHandlers.cpp
  
  Index: SAXCountHandlers.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAXCount/SAXCountHandlers.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SAXCountHandlers.cpp	2 Aug 2001 17:10:29 -0000	1.4
  +++ SAXCountHandlers.cpp	1 Feb 2002 22:41:07 -0000	1.5
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAXCountHandlers.cpp,v $
  + * Revision 1.5  2002/02/01 22:41:07  peiyongz
  + * sane_include
  + *
    * Revision 1.4  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.
    *
  @@ -79,9 +82,9 @@
   //  Includes
   // ---------------------------------------------------------------------------
   #include "SAXCount.hpp"
  -#include <sax/AttributeList.hpp>
  -#include <sax/SAXParseException.hpp>
  -#include <sax/SAXException.hpp>
  +#include <xercesc/sax/AttributeList.hpp>
  +#include <xercesc/sax/SAXParseException.hpp>
  +#include <xercesc/sax/SAXException.hpp>
   
   
   
  
  
  
  1.5       +7 -2      xml-xerces/c/samples/SAXCount/SAXCount.hpp
  
  Index: SAXCount.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SAXCount/SAXCount.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SAXCount.hpp	2 Mar 2000 19:53:47 -0000	1.4
  +++ SAXCount.hpp	1 Feb 2002 22:41:07 -0000	1.5
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAXCount.hpp,v $
  + * Revision 1.5  2002/02/01 22:41:07  peiyongz
  + * sane_include
  + *
    * Revision 1.4  2000/03/02 19:53:47  roddey
    * This checkin includes many changes done while waiting for the
    * 1.1.0 code to be finished. I can't list them all here, but a list is
  @@ -82,8 +85,8 @@
   #include <stdlib.h>
   #include <string.h>
   #include <iostream.h>
  -#include <util/PlatformUtils.hpp>
  -#include <parsers/SAXParser.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/parsers/SAXParser.hpp>
   #include "SAXCountHandlers.hpp"
   
   
  
  
  

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