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:35:51 UTC

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

peiyongz    02/02/01 14:35:51

  Modified:    c/samples/EnumVal EnumVal.cpp
  Log:
  sane_include
  
  Revision  Changes    Path
  1.16      +8 -5      xml-xerces/c/samples/EnumVal/EnumVal.cpp
  
  Index: EnumVal.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/EnumVal/EnumVal.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- EnumVal.cpp	22 Nov 2001 14:47:54 -0000	1.15
  +++ EnumVal.cpp	1 Feb 2002 22:35:51 -0000	1.16
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: EnumVal.cpp,v $
  + * Revision 1.16  2002/02/01 22:35:51  peiyongz
  + * sane_include
  + *
    * Revision 1.15  2001/11/22 14:47:54  tng
    * Use the phrase "Grammar" instead of "Validator" in EnumVal and SEnumVal Description.
    *
  @@ -109,11 +112,11 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  -#include <util/NameIdPool.hpp>
  -#include <util/PlatformUtils.hpp>
  -#include <framework/XMLValidator.hpp>
  -#include <parsers/SAXParser.hpp>
  -#include <validators/DTD/DTDValidator.hpp>
  +#include <xercesc/util/NameIdPool.hpp>
  +#include <xercesc/util/PlatformUtils.hpp>
  +#include <xercesc/framework/XMLValidator.hpp>
  +#include <xercesc/parsers/SAXParser.hpp>
  +#include <xercesc/validators/DTD/DTDValidator.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