You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/11/01 02:32:50 UTC

cvs commit: xml-xalan/c/src/PlatformSupport XalanArrayAllocator.hpp

dbertoni    2002/10/31 17:32:50

  Modified:    c/src/PlatformSupport XalanArrayAllocator.hpp
  Log:
  Added typedef.
  
  Revision  Changes    Path
  1.5       +2 -0      xml-xalan/c/src/PlatformSupport/XalanArrayAllocator.hpp
  
  Index: XalanArrayAllocator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanArrayAllocator.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanArrayAllocator.hpp	23 Sep 2002 16:38:09 -0000	1.4
  +++ XalanArrayAllocator.hpp	1 Nov 2002 01:32:50 -0000	1.5
  @@ -87,6 +87,8 @@
   	typedef std::list<ListEntryType>			ListType;
   #endif
   
  +	typedef Type							value_type;
  +
   	typedef typename ListType::iterator		ListIteratorType;
   
       // Default size for vector allocation.
  
  
  

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