rahulj      99/11/19 16:56:41

  Modified:    c/src/dom NodeFilterImpl.cpp NodeIteratorImpl.cpp
  Log:
  Source files must end with an un-escaped newline.
  
  Revision  Changes    Path
  1.2       +4 -1      xml-xerces/c/src/dom/NodeFilterImpl.cpp
  
  Index: NodeFilterImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/dom/NodeFilterImpl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NodeFilterImpl.cpp        1999/11/09 01:09:12     1.1
  +++ NodeFilterImpl.cpp        1999/11/20 00:56:39     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: NodeFilterImpl.cpp,v $
  - * Revision 1.1  1999/11/09 01:09:12  twl
  - * Initial revision
  + * Revision 1.2  1999/11/20 00:56:39  rahulj
  + * Source files must end with an un-escaped newline.
    *
  + * Revision 1.1.1.1  1999/11/09 01:09:12  twl
  + * Initial checkin
  + *
    * Revision 1.2  1999/11/08 20:44:29  rahul
    * Swat for adding in Product name and CVS comment log variable.
    *
  @@ -92,4 +95,4 @@
   void NodeFilterImpl::unreferenced ()
   {
       delete this;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +4 -1      xml-xerces/c/src/dom/NodeIteratorImpl.cpp
  
  Index: NodeIteratorImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/dom/NodeIteratorImpl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NodeIteratorImpl.cpp      1999/11/09 01:09:15     1.1
  +++ NodeIteratorImpl.cpp      1999/11/20 00:56:39     1.2
  @@ -56,9 +56,12 @@
   
   /**
    * $Log: NodeIteratorImpl.cpp,v $
  - * Revision 1.1  1999/11/09 01:09:15  twl
  - * Initial revision
  + * Revision 1.2  1999/11/20 00:56:39  rahulj
  + * Source files must end with an un-escaped newline.
    *
  + * Revision 1.1.1.1  1999/11/09 01:09:15  twl
  + * Initial checkin
  + *
    * Revision 1.2  1999/11/08 20:44:30  rahul
    * Swat for adding in Product name and CVS comment log variable.
    *
  @@ -416,4 +419,4 @@
       }
   
       delete this;
  -}
  \ No newline at end of file
  +}
  
  
  

Reply via email to