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

cvs commit: xml-xerces/c/tests/IThreadTest IThreadTest.cpp

peiyongz    02/02/01 14:45:30

  Modified:    c/tests/IThreadTest IThreadTest.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.8       +7 -7      xml-xerces/c/tests/IThreadTest/IThreadTest.cpp
  
  Index: IThreadTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/IThreadTest/IThreadTest.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- IThreadTest.cpp	18 Jan 2002 19:48:56 -0000	1.7
  +++ IThreadTest.cpp	1 Feb 2002 22:45:30 -0000	1.8
  @@ -55,19 +55,19 @@
    */
   
   /*
  -* $Id: IThreadTest.cpp,v 1.7 2002/01/18 19:48:56 tng Exp $
  +* $Id: IThreadTest.cpp,v 1.8 2002/02/01 22:45:30 peiyongz Exp $
   */
   
   #include <stdlib.h>
   #include <stdio.h>
   #include <string.h>
  -#include <parsers/SAXParser.hpp>
  -#include <parsers/IDOMParser.hpp>
  -#include <util/PlatformUtils.hpp>
  -#include <sax/HandlerBase.hpp>
  -#include <framework/MemBufInputSource.hpp>
  +#include <xercesc/parsers/SAXParser.hpp>
  +#include <xercesc/parsers/IDOMParser.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/sax/HandlerBase.hpp>
  +#include <xercesc/framework/MemBufInputSource.hpp>
   
  -#include <idom/IDOM.hpp>
  +#include <xercesc/idom/IDOM.hpp>
   
   
   
  
  
  

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