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:45:15 UTC

cvs commit: xml-xerces/c/tests/InitTermTest InitTermTest.hpp InitTermTest.cpp

peiyongz    02/02/01 14:45:15

  Modified:    c/tests/InitTermTest InitTermTest.hpp InitTermTest.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xerces/c/tests/InitTermTest/InitTermTest.hpp
  
  Index: InitTermTest.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/InitTermTest/InitTermTest.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InitTermTest.hpp	16 Nov 2001 19:01:18 -0000	1.1
  +++ InitTermTest.hpp	1 Feb 2002 22:45:15 -0000	1.2
  @@ -61,7 +61,7 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <sax/ErrorHandler.hpp>
  +#include <xercesc/sax/ErrorHandler.hpp>
   #include <iostream.h>
   
   class SAXParseException;
  
  
  
  1.2       +10 -10    xml-xerces/c/tests/InitTermTest/InitTermTest.cpp
  
  Index: InitTermTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/InitTermTest/InitTermTest.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InitTermTest.cpp	16 Nov 2001 19:01:18 -0000	1.1
  +++ InitTermTest.cpp	1 Feb 2002 22:45:15 -0000	1.2
  @@ -66,18 +66,18 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/PlatformUtils.hpp>
  -#include <sax/SAXException.hpp>
  -#include <sax/SAXParseException.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/sax/SAXException.hpp>
  +#include <xercesc/sax/SAXParseException.hpp>
   
  -#include <parsers/DOMParser.hpp>
  -#include <parsers/IDOMParser.hpp>
  -#include <parsers/SAXParser.hpp>
  -#include <sax2/SAX2XMLReader.hpp>
  -#include <sax2/XMLReaderFactory.hpp>
  +#include <xercesc/parsers/DOMParser.hpp>
  +#include <xercesc/parsers/IDOMParser.hpp>
  +#include <xercesc/parsers/SAXParser.hpp>
  +#include <xercesc/sax2/SAX2XMLReader.hpp>
  +#include <xercesc/sax2/XMLReaderFactory.hpp>
   
  -#include <dom/DOM_DOMException.hpp>
  -#include <idom/IDOM_DOMException.hpp>
  +#include <xercesc/dom/DOM_DOMException.hpp>
  +#include <xercesc/idom/IDOM_DOMException.hpp>
   #include "InitTermTest.hpp"
   
   #include <string.h>
  
  
  

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