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:44:51 UTC

cvs commit: xml-xerces/c/tests/IDom/ITraversal ITraversal.cpp

peiyongz    02/02/01 14:44:51

  Modified:    c/tests/IDom/ITraversal ITraversal.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.5       +8 -5      xml-xerces/c/tests/IDom/ITraversal/ITraversal.cpp
  
  Index: ITraversal.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/IDom/ITraversal/ITraversal.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ITraversal.cpp	23 Nov 2001 16:18:54 -0000	1.4
  +++ ITraversal.cpp	1 Feb 2002 22:44:51 -0000	1.5
  @@ -66,6 +66,9 @@
   
   /**
    * $Log: ITraversal.cpp,v $
  + * Revision 1.5  2002/02/01 22:44:51  peiyongz
  + * sane_include
  + *
    * Revision 1.4  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).
    *
  @@ -84,11 +87,11 @@
   
   #include <stdio.h>
   #include <string.h>
  -#include <idom/IDOM.hpp>
  -#include <util/PlatformUtils.hpp>
  -#include <util/XMLException.hpp>
  -#include <util/XMLString.hpp>
  -#include <util/XMLUniDefs.hpp>
  +#include <xercesc/idom/IDOM.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/util/XMLException.hpp>
  +#include <xercesc/util/XMLString.hpp>
  +#include <xercesc/util/XMLUniDefs.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