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:43:34 UTC

cvs commit: xml-xerces/c/tests/DOM/RangeTest RangeTest.cpp

peiyongz    02/02/01 14:43:34

  Modified:    c/tests/DOM/RangeTest RangeTest.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.5       +10 -10    xml-xerces/c/tests/DOM/RangeTest/RangeTest.cpp
  
  Index: RangeTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/DOM/RangeTest/RangeTest.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RangeTest.cpp	23 Nov 2001 19:28:49 -0000	1.4
  +++ RangeTest.cpp	1 Feb 2002 22:43:34 -0000	1.5
  @@ -57,7 +57,7 @@
   
   
   /**
  - * $Id: RangeTest.cpp,v 1.4 2001/11/23 19:28:49 tng Exp $
  + * $Id: RangeTest.cpp,v 1.5 2002/02/01 22:43:34 peiyongz Exp $
    */
   
   
  @@ -69,15 +69,15 @@
   
   #include <stdio.h>
   #include <string.h>
  -#include <dom/DOM.hpp>
  -#include <dom/DomMemDebug.hpp>
  -#include <parsers/DOMParser.hpp>
  -#include <util/PlatformUtils.hpp>
  -#include <util/XMLException.hpp>
  -#include <util/XMLString.hpp>
  -#include <dom/DOM_Range.hpp>
  -#include <dom/DOM_XMLDecl.hpp>
  -#include <framework/MemBufInputSource.hpp>
  +#include <xercesc/dom/DOM.hpp>
  +#include <xercesc/dom/DomMemDebug.hpp>
  +#include <xercesc/parsers/DOMParser.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/util/XMLException.hpp>
  +#include <xercesc/util/XMLString.hpp>
  +#include <xercesc/dom/DOM_Range.hpp>
  +#include <xercesc/dom/DOM_XMLDecl.hpp>
  +#include <xercesc/framework/MemBufInputSource.hpp>
   
   
   #define TASSERT(c) tassert((c), __FILE__, __LINE__)
  
  
  

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