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:46:12 UTC

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

peiyongz    02/02/01 14:46:12

  Modified:    c/tests/ThreadTest ThreadTest.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.15      +7 -7      xml-xerces/c/tests/ThreadTest/ThreadTest.cpp
  
  Index: ThreadTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/ThreadTest/ThreadTest.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ThreadTest.cpp	18 Jan 2002 19:48:56 -0000	1.14
  +++ ThreadTest.cpp	1 Feb 2002 22:46:11 -0000	1.15
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: ThreadTest.cpp,v 1.14 2002/01/18 19:48:56 tng Exp $
  + * $Id: ThreadTest.cpp,v 1.15 2002/02/01 22:46:11 peiyongz Exp $
    *
    * @author Andy Heninger, IBM
    */
  @@ -63,13 +63,13 @@
   #include <stdlib.h>
   #include <stdio.h>
   #include <string.h>
  -#include <parsers/SAXParser.hpp>
  -#include <parsers/DOMParser.hpp>
  -#include <util/PlatformUtils.hpp>
  -#include <sax/HandlerBase.hpp>
  -#include <framework/MemBufInputSource.hpp>
  +#include <xercesc/parsers/SAXParser.hpp>
  +#include <xercesc/parsers/DOMParser.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/sax/HandlerBase.hpp>
  +#include <xercesc/framework/MemBufInputSource.hpp>
   
  -#include <dom/DOM.hpp>
  +#include <xercesc/dom/DOM.hpp>
   
   
   
  
  
  

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