You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2004/12/14 17:52:25 UTC

cvs commit: xml-xalan/c/src/xalanc/Include XalanMap.hpp

dmitryh     2004/12/14 08:52:25

  Modified:    c/src/xalanc/Include XalanMap.hpp
  Log:
  Right configuation for XalanVector , preventing memory allocation from the global heap
  
  Revision  Changes    Path
  1.19      +1 -1      xml-xalan/c/src/xalanc/Include/XalanMap.hpp
  
  Index: XalanMap.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Include/XalanMap.hpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- XalanMap.hpp	24 Nov 2004 21:47:59 -0000	1.18
  +++ XalanMap.hpp	14 Dec 2004 16:52:25 -0000	1.19
  @@ -211,7 +211,7 @@
       typedef XalanList<Entry>                                EntryListType;
   
       typedef XalanVector<typename EntryListType::iterator>	BucketType;
  -    typedef XalanVector<BucketType>                         BucketTableType;
  +    typedef XalanVector<BucketType, ConstructWithMemoryManagerTraits<BucketType> >      BucketTableType;
   
       typedef XalanMapIterator<
                   XalanMapIteratorTraits<value_type>, 
  
  
  

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