You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/05/03 18:06:46 UTC

cvs commit: xml-xerces/c/src/xercesc/dom XMLDeclImpl.cpp TextImpl.cpp NodeImpl.cpp DStringPool.cpp DocumentFragmentImpl.cpp DeepNodeListImpl.cpp CommentImpl.cpp CDATASectionImpl.cpp

peiyongz    02/05/03 09:06:46

  Modified:    c/src/xercesc/dom XMLDeclImpl.cpp TextImpl.cpp NodeImpl.cpp
                        DStringPool.cpp DocumentFragmentImpl.cpp
                        DeepNodeListImpl.cpp CommentImpl.cpp
                        CDATASectionImpl.cpp
  Log:
  Bug 7341: Missing newline at end of util and DOM source files,
  patch from Martin Kalen.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xerces/c/src/xercesc/dom/XMLDeclImpl.cpp
  
  Index: XMLDeclImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/XMLDeclImpl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLDeclImpl.cpp	1 Feb 2002 22:21:49 -0000	1.1
  +++ XMLDeclImpl.cpp	3 May 2002 16:06:45 -0000	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: XMLDeclImpl.cpp,v 1.1 2002/02/01 22:21:49 peiyongz Exp $
  + * $Id: XMLDeclImpl.cpp,v 1.2 2002/05/03 16:06:45 peiyongz Exp $
    */
   
   #include "XMLDeclImpl.hpp"
  @@ -158,4 +158,4 @@
       delete gNam;
       gNam = 0;
   
  -}
  \ No newline at end of file
  +}
  
  
  
  1.3       +2 -2      xml-xerces/c/src/xercesc/dom/TextImpl.cpp
  
  Index: TextImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/TextImpl.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TextImpl.cpp	15 Mar 2002 13:54:41 -0000	1.2
  +++ TextImpl.cpp	3 May 2002 16:06:45 -0000	1.3
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: TextImpl.cpp,v 1.2 2002/03/15 13:54:41 tng Exp $
  + * $Id: TextImpl.cpp,v 1.3 2002/05/03 16:06:45 peiyongz Exp $
    */
   
   #include "DocumentImpl.hpp"
  @@ -166,4 +166,4 @@
       delete gText;
       gText = 0;
   
  -}
  \ No newline at end of file
  +}
  
  
  
  1.4       +2 -2      xml-xerces/c/src/xercesc/dom/NodeImpl.cpp
  
  Index: NodeImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/NodeImpl.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NodeImpl.cpp	1 Apr 2002 21:03:17 -0000	1.3
  +++ NodeImpl.cpp	3 May 2002 16:06:45 -0000	1.4
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: NodeImpl.cpp,v 1.3 2002/04/01 21:03:17 tng Exp $
  + * $Id: NodeImpl.cpp,v 1.4 2002/05/03 16:06:45 peiyongz Exp $
    */
   
   // This class doesn't support having any children, and implements the behavior
  @@ -530,4 +530,4 @@
       delete s_xmlnsURI;
       s_xmlnsURI = 0;
   
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +4 -1      xml-xerces/c/src/xercesc/dom/DStringPool.cpp
  
  Index: DStringPool.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DStringPool.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DStringPool.cpp	1 Feb 2002 22:21:47 -0000	1.1
  +++ DStringPool.cpp	3 May 2002 16:06:45 -0000	1.2
  @@ -56,8 +56,12 @@
   
   /*
    * $Log: DStringPool.cpp,v $
  - * Revision 1.1  2002/02/01 22:21:47  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/05/03 16:06:45  peiyongz
  + * Bug 7341: Missing newline at end of util and DOM source files,
  + * patch from Martin Kalen.
  + *
  + * Revision 1.1.1.1  2002/02/01 22:21:47  peiyongz
  + * sane_include
    *
    * Revision 1.6  2001/10/25 21:47:14  peiyongz
    * Replace XMLDeleterFor with XMLRegisterCleanup
  @@ -219,4 +223,4 @@
           }
       }
       return **loc;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +2 -2      xml-xerces/c/src/xercesc/dom/DocumentFragmentImpl.cpp
  
  Index: DocumentFragmentImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DocumentFragmentImpl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DocumentFragmentImpl.cpp	1 Feb 2002 22:21:43 -0000	1.1
  +++ DocumentFragmentImpl.cpp	3 May 2002 16:06:45 -0000	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: DocumentFragmentImpl.cpp,v 1.1 2002/02/01 22:21:43 peiyongz Exp $
  + * $Id: DocumentFragmentImpl.cpp,v 1.2 2002/05/03 16:06:45 peiyongz Exp $
    */
   
   #include "DocumentFragmentImpl.hpp"
  @@ -119,4 +119,4 @@
   void DocumentFragmentImpl::reinitDocumentFragmentImpl() {
   	delete nam;
   	nam = 0;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +4 -1      xml-xerces/c/src/xercesc/dom/DeepNodeListImpl.cpp
  
  Index: DeepNodeListImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DeepNodeListImpl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DeepNodeListImpl.cpp	1 Feb 2002 22:21:43 -0000	1.1
  +++ DeepNodeListImpl.cpp	3 May 2002 16:06:45 -0000	1.2
  @@ -56,8 +56,12 @@
   
   /*
    * $Log: DeepNodeListImpl.cpp,v $
  - * Revision 1.1  2002/02/01 22:21:43  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/05/03 16:06:45  peiyongz
  + * Bug 7341: Missing newline at end of util and DOM source files,
  + * patch from Martin Kalen.
  + *
  + * Revision 1.1.1.1  2002/02/01 22:21:43  peiyongz
  + * sane_include
    *
    * Revision 1.8  2001/10/25 21:47:14  peiyongz
    * Replace XMLDeleterFor with XMLRegisterCleanup
  @@ -289,4 +293,4 @@
   void DeepNodeListImpl::reinitDeepNodeListImpl() {
   	delete kAstr;
   	kAstr = 0;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +2 -2      xml-xerces/c/src/xercesc/dom/CommentImpl.cpp
  
  Index: CommentImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/CommentImpl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CommentImpl.cpp	1 Feb 2002 22:21:43 -0000	1.1
  +++ CommentImpl.cpp	3 May 2002 16:06:45 -0000	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: CommentImpl.cpp,v 1.1 2002/02/01 22:21:43 peiyongz Exp $
  + * $Id: CommentImpl.cpp,v 1.2 2002/05/03 16:06:45 peiyongz Exp $
    */
   
   /**
  @@ -115,4 +115,4 @@
   void CommentImpl::reinitCommentImpl() {
   	delete gComment;
   	gComment = 0;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.2       +2 -2      xml-xerces/c/src/xercesc/dom/CDATASectionImpl.cpp
  
  Index: CDATASectionImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/CDATASectionImpl.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CDATASectionImpl.cpp	1 Feb 2002 22:21:43 -0000	1.1
  +++ CDATASectionImpl.cpp	3 May 2002 16:06:45 -0000	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: CDATASectionImpl.cpp,v 1.1 2002/02/01 22:21:43 peiyongz Exp $
  + * $Id: CDATASectionImpl.cpp,v 1.2 2002/05/03 16:06:45 peiyongz Exp $
    */
   
   #include "CDATASectionImpl.hpp"
  @@ -115,4 +115,4 @@
   void CDATASectionImpl::reinitCDATASectionImpl() {
   	delete gcdata_section;
   	gcdata_section = 0;
  -}
  \ No newline at end of file
  +}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org