You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2004/09/23 09:10:13 UTC

cvs commit: xml-xerces/c/src/xercesc/util NameIdPool.hpp

amassari    2004/09/23 00:10:13

  Modified:    c/src/xercesc/util NameIdPool.hpp
  Log:
  Removed const from variable declaration (jira#1259)
  
  Revision  Changes    Path
  1.11      +4 -1      xml-xerces/c/src/xercesc/util/NameIdPool.hpp
  
  Index: NameIdPool.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/NameIdPool.hpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- NameIdPool.hpp	8 Sep 2004 13:56:22 -0000	1.10
  +++ NameIdPool.hpp	23 Sep 2004 07:10:13 -0000	1.11
  @@ -16,6 +16,9 @@
   
   /*
    * $Log$
  + * Revision 1.11  2004/09/23 07:10:13  amassari
  + * Removed const from variable declaration (jira#1259)
  + *
    * Revision 1.10  2004/09/08 13:56:22  peiyongz
    * Apache License Version 2.0
    *
  @@ -292,7 +295,7 @@
       // -----------------------------------------------------------------------
       unsigned int            fCurIndex;
       NameIdPool<TElem>*      fToEnum;
  -    MemoryManager* const    fMemoryManager;
  +    MemoryManager*          fMemoryManager;
   };
   
   XERCES_CPP_NAMESPACE_END
  
  
  

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