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/01/12 20:55:15 UTC

cvs commit: xml-xerces/c/src/dom DOMStringImpl.hpp

aruna1      00/01/12 11:55:14

  Modified:    c/src/dom DOMStringImpl.hpp
  Log:
  Included header for size_t
  
  Revision  Changes    Path
  1.2       +8 -1      xml-xerces/c/src/dom/DOMStringImpl.hpp
  
  Index: DOMStringImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/dom/DOMStringImpl.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DOMStringImpl.hpp	2000/01/05 22:16:26	1.1
  +++ DOMStringImpl.hpp	2000/01/12 19:55:14	1.2
  @@ -59,6 +59,9 @@
   
   /**
    * $Log: DOMStringImpl.hpp,v $
  + * Revision 1.2  2000/01/12 19:55:14  aruna1
  + * Included header for size_t
  + *
    * Revision 1.1  2000/01/05 22:16:26  robweir
    * Move DOMString implementation class declarations into a new
    * file: DOMStringImpl.hpp.  Include this header in DOMString.hpp
  @@ -76,6 +79,7 @@
   
   
   #include <util/XML4CDefs.hpp>
  +#include <stdio.h>
   
   
   class   DOMStringData