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:38:26 UTC

cvs commit: xml-xerces/c/samples/Redirect RedirectHandlers.hpp RedirectHandlers.cpp Redirect.hpp Redirect.cpp

peiyongz    02/02/01 14:38:26

  Modified:    c/samples/Redirect RedirectHandlers.hpp RedirectHandlers.cpp
                        Redirect.hpp Redirect.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.4       +6 -1      xml-xerces/c/samples/Redirect/RedirectHandlers.hpp
  
  Index: RedirectHandlers.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Redirect/RedirectHandlers.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RedirectHandlers.hpp	2 Mar 2000 19:53:46 -0000	1.3
  +++ RedirectHandlers.hpp	1 Feb 2002 22:38:26 -0000	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: RedirectHandlers.hpp,v $
  + * Revision 1.4  2002/02/01 22:38:26  peiyongz
  + * sane_include
  + *
    * Revision 1.3  2000/03/02 19:53:46  roddey
    * This checkin includes many changes done while waiting for the
    * 1.1.0 code to be finished. I can't list them all here, but a list is
  @@ -76,7 +79,7 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <sax/HandlerBase.hpp>
  +#include <xercesc/sax/HandlerBase.hpp>
   class AttributeList;
   
   
  
  
  
  1.7       +7 -7      xml-xerces/c/samples/Redirect/RedirectHandlers.cpp
  
  Index: RedirectHandlers.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Redirect/RedirectHandlers.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RedirectHandlers.cpp	25 Jul 2000 22:41:24 -0000	1.6
  +++ RedirectHandlers.cpp	1 Feb 2002 22:38:26 -0000	1.7
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: RedirectHandlers.cpp,v 1.6 2000/07/25 22:41:24 aruna1 Exp $
  + * $Id: RedirectHandlers.cpp,v 1.7 2002/02/01 22:38:26 peiyongz Exp $
    */
   
   
  @@ -63,12 +63,12 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/XMLUniDefs.hpp>
  -#include <util/XMLUni.hpp>
  -#include <sax/AttributeList.hpp>
  -#include <sax/SAXParseException.hpp>
  -#include <sax/SAXException.hpp>
  -#include <framework/LocalFileInputSource.hpp>
  +#include <xercesc/util/XMLUniDefs.hpp>
  +#include <xercesc/util/XMLUni.hpp>
  +#include <xercesc/sax/AttributeList.hpp>
  +#include <xercesc/sax/SAXParseException.hpp>
  +#include <xercesc/sax/SAXException.hpp>
  +#include <xercesc/framework/LocalFileInputSource.hpp>
   #include "Redirect.hpp"
   #include <string.h>
   
  
  
  
  1.5       +6 -1      xml-xerces/c/samples/Redirect/Redirect.hpp
  
  Index: Redirect.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Redirect/Redirect.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Redirect.hpp	2 Mar 2000 19:53:46 -0000	1.4
  +++ Redirect.hpp	1 Feb 2002 22:38:26 -0000	1.5
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: Redirect.hpp,v $
  + * Revision 1.5  2002/02/01 22:38:26  peiyongz
  + * sane_include
  + *
    * Revision 1.4  2000/03/02 19:53:46  roddey
    * This checkin includes many changes done while waiting for the
    * 1.1.0 code to be finished. I can't list them all here, but a list is
  @@ -82,7 +85,7 @@
   #include <stdlib.h>
   #include <string.h>
   #include <iostream.h>
  -#include <util/PlatformUtils.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
   #include "RedirectHandlers.hpp"
   
   
  
  
  
  1.7       +4 -1      xml-xerces/c/samples/Redirect/Redirect.cpp
  
  Index: Redirect.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Redirect/Redirect.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Redirect.cpp	25 Oct 2001 15:18:33 -0000	1.6
  +++ Redirect.cpp	1 Feb 2002 22:38:26 -0000	1.7
  @@ -75,6 +75,9 @@
    * to read the contents of 'personal.dtd'.
    *
    * $Log: Redirect.cpp,v $
  + * Revision 1.7  2002/02/01 22:38:26  peiyongz
  + * sane_include
  + *
    * Revision 1.6  2001/10/25 15:18:33  tng
    * delete the parser before XMLPlatformUtils::Terminate.
    *
  @@ -103,7 +106,7 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <parsers/SAXParser.hpp>
  +#include <xercesc/parsers/SAXParser.hpp>
   #include "Redirect.hpp"
   
   
  
  
  

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