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