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/28 20:03:54 UTC

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

aruna1      00/07/28 11:03:51

  Modified:    c/src/dom RangeImpl.cpp
  Log:
  DOM-Range test related changes
  
  Revision  Changes    Path
  1.2       +9 -9      xml-xerces/c/src/dom/RangeImpl.cpp
  
  Index: RangeImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/dom/RangeImpl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RangeImpl.cpp	2000/07/28 01:33:32	1.1
  +++ RangeImpl.cpp	2000/07/28 18:03:47	1.2
  @@ -55,20 +55,20 @@
    */
   
   /*
  - * $Id: RangeImpl.cpp,v 1.1 2000/07/28 01:33:32 aruna1 Exp $
  + * $Id: RangeImpl.cpp,v 1.2 2000/07/28 18:03:47 aruna1 Exp $
    */
   
  +#include <util/RefVectorOf.hpp>
   #include "NodeImpl.hpp"
   #include "RangeImpl.hpp"
   #include "DocumentImpl.hpp"
  -#include <dom/DOM_DOMException.hpp>
  -#include <dom/DOM_Document.hpp>
  -#include <dom/DocumentFragmentImpl.hpp>
  -#include <dom/DOM_Document.hpp>
  -#include <util/RefVectorOf.hpp>
  -#include <dom/DOM_RangeException.hpp>
  -#include <dom/DOM_DOMException.hpp>
  -#include <dom/DOM_Text.hpp>
  +#include "DOM_DOMException.hpp"
  +#include "DOM_Document.hpp"
  +#include "DocumentFragmentImpl.hpp"
  +#include "DOM_Document.hpp"
  +#include "DOM_RangeException.hpp"
  +#include "DOM_DOMException.hpp"
  +#include "DOM_Text.hpp"
   
   
   //---------------------