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

cvs commit: xml-xerces/c/samples/SEnumVal SEnumVal.cpp

peiyongz    02/02/01 14:41:28

  Modified:    c/samples/SEnumVal SEnumVal.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.6       +11 -8     xml-xerces/c/samples/SEnumVal/SEnumVal.cpp
  
  Index: SEnumVal.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SEnumVal/SEnumVal.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SEnumVal.cpp	22 Nov 2001 14:47:48 -0000	1.5
  +++ SEnumVal.cpp	1 Feb 2002 22:41:28 -0000	1.6
  @@ -55,8 +55,11 @@
    */
   
   /*
  - * $Id: SEnumVal.cpp,v 1.5 2001/11/22 14:47:48 tng Exp $
  + * $Id: SEnumVal.cpp,v 1.6 2002/02/01 22:41:28 peiyongz Exp $
    * $Log: SEnumVal.cpp,v $
  + * Revision 1.6  2002/02/01 22:41:28  peiyongz
  + * sane_include
  + *
    * Revision 1.5  2001/11/22 14:47:48  tng
    * Use the phrase "Grammar" instead of "Validator" in EnumVal and SEnumVal Description.
    *
  @@ -71,13 +74,13 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/NameIdPool.hpp>
  -#include <util/PlatformUtils.hpp>
  -#include <framework/XMLValidator.hpp>
  -#include <parsers/SAXParser.hpp>
  -#include <validators/schema/SchemaValidator.hpp>
  -#include <validators/common/ContentSpecNode.hpp>
  -#include <validators/schema/SchemaSymbols.hpp>
  +#include <xercesc/util/NameIdPool.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/framework/XMLValidator.hpp>
  +#include <xercesc/parsers/SAXParser.hpp>
  +#include <xercesc/validators/schema/SchemaValidator.hpp>
  +#include <xercesc/validators/common/ContentSpecNode.hpp>
  +#include <xercesc/validators/schema/SchemaSymbols.hpp>
   #include <iostream.h>
   #include <stdlib.h>
   #include <string.h>
  
  
  

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