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:41:37 UTC

cvs commit: xml-xerces/c/samples/StdInParse StdInParseHandlers.hpp StdInParseHandlers.cpp StdInParse.hpp StdInParse.cpp

peiyongz    02/02/01 14:41:37

  Modified:    c/samples/StdInParse StdInParseHandlers.hpp
                        StdInParseHandlers.cpp StdInParse.hpp
                        StdInParse.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.4       +6 -1      xml-xerces/c/samples/StdInParse/StdInParseHandlers.hpp
  
  Index: StdInParseHandlers.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/StdInParse/StdInParseHandlers.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StdInParseHandlers.hpp	2 Mar 2000 19:53:50 -0000	1.3
  +++ StdInParseHandlers.hpp	1 Feb 2002 22:41:37 -0000	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: StdInParseHandlers.hpp,v $
  + * Revision 1.4  2002/02/01 22:41:37  peiyongz
  + * sane_include
  + *
    * Revision 1.3  2000/03/02 19:53:50  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.4       +8 -3      xml-xerces/c/samples/StdInParse/StdInParseHandlers.cpp
  
  Index: StdInParseHandlers.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/StdInParse/StdInParseHandlers.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StdInParseHandlers.cpp	2 Mar 2000 19:53:50 -0000	1.3
  +++ StdInParseHandlers.cpp	1 Feb 2002 22:41:37 -0000	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: StdInParseHandlers.cpp,v $
  + * Revision 1.4  2002/02/01 22:41:37  peiyongz
  + * sane_include
  + *
    * Revision 1.3  2000/03/02 19:53:50  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
  @@ -77,9 +80,9 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <sax/AttributeList.hpp>
  -#include <sax/SAXParseException.hpp>
  -#include <sax/SAXException.hpp>
  +#include <xercesc/sax/AttributeList.hpp>
  +#include <xercesc/sax/SAXParseException.hpp>
  +#include <xercesc/sax/SAXException.hpp>
   #include "StdInParse.hpp"
   
   
  
  
  
  1.5       +6 -1      xml-xerces/c/samples/StdInParse/StdInParse.hpp
  
  Index: StdInParse.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/StdInParse/StdInParse.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StdInParse.hpp	2 Mar 2000 19:53:50 -0000	1.4
  +++ StdInParse.hpp	1 Feb 2002 22:41:37 -0000	1.5
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: StdInParse.hpp,v $
  + * Revision 1.5  2002/02/01 22:41:37  peiyongz
  + * sane_include
  + *
    * Revision 1.4  2000/03/02 19:53:50  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
  @@ -85,7 +88,7 @@
   #include <string.h>
   #include <stdlib.h>
   #include <iostream.h>
  -#include <util/PlatformUtils.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
   #include "StdInParseHandlers.hpp"
   
   
  
  
  
  1.13      +5 -2      xml-xerces/c/samples/StdInParse/StdInParse.cpp
  
  Index: StdInParse.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/StdInParse/StdInParse.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- StdInParse.cpp	25 Oct 2001 15:18:33 -0000	1.12
  +++ StdInParse.cpp	1 Feb 2002 22:41:37 -0000	1.13
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: StdInParse.cpp,v $
  + * Revision 1.13  2002/02/01 22:41:37  peiyongz
  + * sane_include
  + *
    * Revision 1.12  2001/10/25 15:18:33  tng
    * delete the parser before XMLPlatformUtils::Terminate.
    *
  @@ -104,8 +107,8 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <framework/StdInInputSource.hpp>
  -#include <parsers/SAXParser.hpp>
  +#include <xercesc/framework/StdInInputSource.hpp>
  +#include <xercesc/parsers/SAXParser.hpp>
   #include "StdInParse.hpp"
   
   
  
  
  

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