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

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

peiyongz    02/02/01 14:35:01

  Modified:    c/samples/DOMCount DOMCount.hpp DOMCount.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.6       +4 -1      xml-xerces/c/samples/DOMCount/DOMCount.hpp
  
  Index: DOMCount.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/DOMCount/DOMCount.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DOMCount.hpp	20 Oct 2000 22:00:35 -0000	1.5
  +++ DOMCount.hpp	1 Feb 2002 22:35:01 -0000	1.6
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: DOMCount.hpp,v $
  + * Revision 1.6  2002/02/01 22:35:01  peiyongz
  + * sane_include
  + *
    * Revision 1.5  2000/10/20 22:00:35  andyh
    * DOMCount sample Minor cleanup - rename error handler class to say that it is an error handler.
    *
  @@ -81,7 +84,7 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <sax/ErrorHandler.hpp>
  +#include <xercesc/sax/ErrorHandler.hpp>
   #include <iostream.h>
   
   class SAXParseException;
  
  
  
  1.22      +6 -6      xml-xerces/c/samples/DOMCount/DOMCount.cpp
  
  Index: DOMCount.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/DOMCount/DOMCount.cpp,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- DOMCount.cpp	29 Oct 2001 17:02:57 -0000	1.21
  +++ DOMCount.cpp	1 Feb 2002 22:35:01 -0000	1.22
  @@ -55,17 +55,17 @@
    */
   
   /*
  - * $Id: DOMCount.cpp,v 1.21 2001/10/29 17:02:57 tng Exp $
  + * $Id: DOMCount.cpp,v 1.22 2002/02/01 22:35:01 peiyongz Exp $
    */
   
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/PlatformUtils.hpp>
  -#include <sax/SAXException.hpp>
  -#include <sax/SAXParseException.hpp>
  -#include <parsers/DOMParser.hpp>
  -#include <dom/DOM_DOMException.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/sax/SAXException.hpp>
  +#include <xercesc/sax/SAXParseException.hpp>
  +#include <xercesc/parsers/DOMParser.hpp>
  +#include <xercesc/dom/DOM_DOMException.hpp>
   #include "DOMCount.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