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

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

peiyongz    02/02/01 14:43:48

  Modified:    c/tests/DOM/Traversal Traversal.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.4       +8 -5      xml-xerces/c/tests/DOM/Traversal/Traversal.cpp
  
  Index: Traversal.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/DOM/Traversal/Traversal.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Traversal.cpp	23 Nov 2001 16:18:54 -0000	1.3
  +++ Traversal.cpp	1 Feb 2002 22:43:48 -0000	1.4
  @@ -66,6 +66,9 @@
   
   /**
    * $Log: Traversal.cpp,v $
  + * Revision 1.4  2002/02/01 22:43:48  peiyongz
  + * sane_include
  + *
    * Revision 1.3  2001/11/23 16:18:54  tng
    * Elimiate compiler warning: Warning: String literal converted to char* in formal argument file in call to tassert(bool, char*, int).
    *
  @@ -87,11 +90,11 @@
   
   #include <stdio.h>
   #include <string.h>
  -#include <dom/DOM.hpp>
  -#include <dom/DomMemDebug.hpp>
  -#include <util/PlatformUtils.hpp>
  -#include <util/XMLException.hpp>
  -#include <util/XMLString.hpp>
  +#include <xercesc/dom/DOM.hpp>
  +#include <xercesc/dom/DomMemDebug.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/util/XMLException.hpp>
  +#include <xercesc/util/XMLString.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