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:36:42 UTC

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

peiyongz    02/02/01 14:36:42

  Modified:    c/samples/IDOMPrint IDOMTreeErrorReporter.hpp
                        IDOMTreeErrorReporter.cpp IDOMPrint.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.2       +6 -3      xml-xerces/c/samples/IDOMPrint/IDOMTreeErrorReporter.hpp
  
  Index: IDOMTreeErrorReporter.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/IDOMPrint/IDOMTreeErrorReporter.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDOMTreeErrorReporter.hpp	17 May 2001 15:28:18 -0000	1.1
  +++ IDOMTreeErrorReporter.hpp	1 Feb 2002 22:36:42 -0000	1.2
  @@ -56,13 +56,16 @@
   
   /*
    * $Log: IDOMTreeErrorReporter.hpp,v $
  + * Revision 1.2  2002/02/01 22:36:42  peiyongz
  + * sane_include
  + *
    * Revision 1.1  2001/05/17 15:28:18  tng
    * IDOM: Add IDOMPrint and IDOMCount
    *
    */
   
  -#include <util/XercesDefs.hpp>
  -#include <sax/ErrorHandler.hpp>
  +#include <xercesc/util/XercesDefs.hpp>
  +#include <xercesc/sax/ErrorHandler.hpp>
   #include <iostream.h>
   
   
  
  
  
  1.2       +5 -2      xml-xerces/c/samples/IDOMPrint/IDOMTreeErrorReporter.cpp
  
  Index: IDOMTreeErrorReporter.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/IDOMPrint/IDOMTreeErrorReporter.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDOMTreeErrorReporter.cpp	17 May 2001 15:28:17 -0000	1.1
  +++ IDOMTreeErrorReporter.cpp	1 Feb 2002 22:36:42 -0000	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: IDOMTreeErrorReporter.cpp,v $
  + * Revision 1.2  2002/02/01 22:36:42  peiyongz
  + * sane_include
  + *
    * Revision 1.1  2001/05/17 15:28:17  tng
    * IDOM: Add IDOMPrint and IDOMCount
    *
  @@ -64,7 +67,7 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <sax/SAXParseException.hpp>
  +#include <xercesc/sax/SAXParseException.hpp>
   #include "IDOMTreeErrorReporter.hpp"
   #include <iostream.h>
   #include <stdlib.h>
  
  
  
  1.7       +9 -9      xml-xerces/c/samples/IDOMPrint/IDOMPrint.cpp
  
  Index: IDOMPrint.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/IDOMPrint/IDOMPrint.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- IDOMPrint.cpp	19 Oct 2001 18:27:34 -0000	1.6
  +++ IDOMPrint.cpp	1 Feb 2002 22:36:42 -0000	1.7
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: IDOMPrint.cpp,v 1.6 2001/10/19 18:27:34 tng Exp $
  + * $Id: IDOMPrint.cpp,v 1.7 2002/02/01 22:36:42 peiyongz Exp $
    */
   
   
  @@ -78,17 +78,17 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/PlatformUtils.hpp>
  -#include <util/XMLString.hpp>
  -#include <util/XMLUniDefs.hpp>
  -#include <framework/XMLFormatter.hpp>
  -#include <util/TranscodingException.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/util/XMLString.hpp>
  +#include <xercesc/util/XMLUniDefs.hpp>
  +#include <xercesc/framework/XMLFormatter.hpp>
  +#include <xercesc/util/TranscodingException.hpp>
   
   
  -#include <idom/IDOM_DOMException.hpp>
  +#include <xercesc/idom/IDOM_DOMException.hpp>
   
  -#include <parsers/IDOMParser.hpp>
  -#include <idom/IDOM.hpp>
  +#include <xercesc/parsers/IDOMParser.hpp>
  +#include <xercesc/idom/IDOM.hpp>
   #include "IDOMTreeErrorReporter.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