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/09/21 03:23:23 UTC

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeDocument.hpp

dbertoni    2002/09/20 18:23:23

  Modified:    c/src/XalanSourceTree XalanSourceTreeDocument.hpp
  Log:
  Use new class.
  
  Revision  Changes    Path
  1.18      +4 -2      xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocument.hpp
  
  Index: XalanSourceTreeDocument.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocument.hpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- XalanSourceTreeDocument.hpp	18 Apr 2002 04:51:50 -0000	1.17
  +++ XalanSourceTreeDocument.hpp	21 Sep 2002 01:23:23 -0000	1.18
  @@ -76,13 +76,13 @@
   
   
   
  +#include <PlatformSupport/XalanArrayAllocator.hpp>
   #include <PlatformSupport/XalanDOMStringPool.hpp>
   
   
   
   #include <XalanSourceTree/XalanSourceTreeAttributeAllocator.hpp>
   #include <XalanSourceTree/XalanSourceTreeAttributeNSAllocator.hpp>
  -#include <XalanSourceTree/XalanSourceTreeAttributesVector.hpp>
   #include <XalanSourceTree/XalanSourceTreeCommentAllocator.hpp>
   #include <XalanSourceTree/XalanSourceTreeElementAllocator.hpp>
   #include <XalanSourceTree/XalanSourceTreeElementNSAllocator.hpp>
  @@ -95,6 +95,7 @@
   class AttributeList;
   class Attributes;
   class PrefixResolver;
  +class XalanSourceTreeAttr;
   
   
   
  @@ -103,6 +104,7 @@
   public:
   
   	typedef XalanSourceTreeElement::AttributesCountType		AttributesCountType;
  +	typedef XalanArrayAllocator<XalanSourceTreeAttr*>		AttributesArrayAllocatorType;
   
   #if defined (XALAN_NO_NAMESPACES)
   	typedef map<
  @@ -538,7 +540,7 @@
   
   	XalanDOMStringPool								m_valuesStringPool;
   
  -	XalanSourceTreeAttributesVector					m_attributesVector;
  +	AttributesArrayAllocatorType					m_attributesVector;
   
   	unsigned int									m_nextIndexValue;
   
  
  
  

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