You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/06/21 15:07:39 UTC

cvs commit: xml-xerces/c/src/idom IDChildNode.hpp IDEntityReferenceImpl.hpp

tng         01/06/21 06:07:39

  Modified:    c/src/idom IDChildNode.hpp IDEntityReferenceImpl.hpp
  Log:
  [Bug 2262] Duplicated header guard.
  
  Revision  Changes    Path
  1.3       +3 -3      xml-xerces/c/src/idom/IDChildNode.hpp
  
  Index: IDChildNode.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/idom/IDChildNode.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IDChildNode.hpp	2001/05/11 13:25:39	1.2
  +++ IDChildNode.hpp	2001/06/21 13:07:38	1.3
  @@ -1,5 +1,5 @@
  -#ifndef ChildNode_HEADER_GUARD_
  -#define ChildNode_HEADER_GUARD_
  +#ifndef IDChildNode_HEADER_GUARD_
  +#define IDChildNode_HEADER_GUARD_
   
   /*
    * The Apache Software License, Version 1.1
  @@ -58,7 +58,7 @@
    */
   
   /*
  - * $Id: IDChildNode.hpp,v 1.2 2001/05/11 13:25:39 tng Exp $
  + * $Id: IDChildNode.hpp,v 1.3 2001/06/21 13:07:38 tng Exp $
    */
   
   //
  
  
  
  1.3       +3 -3      xml-xerces/c/src/idom/IDEntityReferenceImpl.hpp
  
  Index: IDEntityReferenceImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/idom/IDEntityReferenceImpl.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IDEntityReferenceImpl.hpp	2001/05/11 13:25:43	1.2
  +++ IDEntityReferenceImpl.hpp	2001/06/21 13:07:38	1.3
  @@ -1,5 +1,5 @@
  -#ifndef EntityReferenceImpl_HEADER_GUARD_
  -#define EntityReferenceImpl_HEADER_GUARD_
  +#ifndef IDEntityReferenceImpl_HEADER_GUARD_
  +#define IDEntityReferenceImpl_HEADER_GUARD_
   
   /*
    * The Apache Software License, Version 1.1
  @@ -58,7 +58,7 @@
    */
   
   /*
  - * $Id: IDEntityReferenceImpl.hpp,v 1.2 2001/05/11 13:25:43 tng Exp $
  + * $Id: IDEntityReferenceImpl.hpp,v 1.3 2001/06/21 13:07:38 tng Exp $
    */
   
   //
  
  
  

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