You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/07/26 00:41:17 UTC

cvs commit: xml-xerces/c/samples/PParse PParseHandlers.cpp

aruna1      00/07/25 15:41:17

  Modified:    c/samples/PParse PParseHandlers.cpp
  Log:
  Char definitions in XMLUni moved to XMLUniDefs
  
  Revision  Changes    Path
  1.4       +2 -10     xml-xerces/c/samples/PParse/PParseHandlers.cpp
  
  Index: PParseHandlers.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/PParse/PParseHandlers.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PParseHandlers.cpp	2000/03/02 19:53:44	1.3
  +++ PParseHandlers.cpp	2000/07/25 22:41:16	1.4
  @@ -55,21 +55,7 @@
    */
   
   /*
  - * $Log: PParseHandlers.cpp,v $
  - * Revision 1.3  2000/03/02 19:53:44  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
  - * available elsewhere.
  - *
  - * Revision 1.2  2000/02/06 07:47:20  rahulj
  - * Year 2K copyright swat.
  - *
  - * Revision 1.1.1.1  1999/11/09 01:09:45  twl
  - * Initial checkin
  - *
  - * Revision 1.4  1999/11/08 20:43:38  rahul
  - * Swat for adding in Product name and CVS comment log variable.
  - *
  + * $Id: PParseHandlers.cpp,v 1.4 2000/07/25 22:41:16 aruna1 Exp $
    */
   
   
  @@ -77,6 +63,7 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  +#include <util/XMLUniDefs.hpp>
   #include <util/XMLUni.hpp>
   #include <sax/AttributeList.hpp>
   #include "PParse.hpp"