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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to