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