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:34:00 UTC

cvs commit: xml-xerces/c/src/dom AttrNSImpl.cpp ElementNSImpl.cpp

aruna1      00/07/25 15:34:00

  Modified:    c/src/dom AttrNSImpl.cpp ElementNSImpl.cpp
  Log:
  Char definitions in XMLUni moved to XMLUniDefs
  
  Revision  Changes    Path
  1.6       +3 -1      xml-xerces/c/src/dom/AttrNSImpl.cpp
  
  Index: AttrNSImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/dom/AttrNSImpl.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AttrNSImpl.cpp	2000/06/02 00:45:42	1.5
  +++ AttrNSImpl.cpp	2000/07/25 22:33:59	1.6
  @@ -55,12 +55,14 @@
    */
   
   /*
  - * $Id: AttrNSImpl.cpp,v 1.5 2000/06/02 00:45:42 andyh Exp $
  + * $Id: AttrNSImpl.cpp,v 1.6 2000/07/25 22:33:59 aruna1 Exp $
    */
   
  +#include <util/XMLUniDefs.hpp>
   #include "AttrNSImpl.hpp"
   #include "DocumentImpl.hpp"
   #include "DOM_DOMException.hpp"
  +
   
   AttrNSImpl::AttrNSImpl(DocumentImpl *ownerDoc, const DOMString &nam) :
       AttrImpl(ownerDoc, name)
  
  
  
  1.6       +2 -1      xml-xerces/c/src/dom/ElementNSImpl.cpp
  
  Index: ElementNSImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/dom/ElementNSImpl.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ElementNSImpl.cpp	2000/06/02 00:45:43	1.5
  +++ ElementNSImpl.cpp	2000/07/25 22:34:00	1.6
  @@ -55,9 +55,10 @@
    */
   
   /*
  - * $Id: ElementNSImpl.cpp,v 1.5 2000/06/02 00:45:43 andyh Exp $
  + * $Id: ElementNSImpl.cpp,v 1.6 2000/07/25 22:34:00 aruna1 Exp $
    */
   
  +#include <util/XMLUniDefs.hpp>
   #include "ElementNSImpl.hpp"
   #include "DocumentImpl.hpp"
   #include "DOM_DOMException.hpp"