dbertoni 2002/09/23 09:38:10
Modified: c/src/PlatformSupport XalanArrayAllocator.hpp
Log:
Fix for broken IBM compiler.
Revision Changes Path
1.4 +4 -4 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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XalanArrayAllocator.hpp 21 Sep 2002 04:58:51 -0000 1.3
+++ XalanArrayAllocator.hpp 23 Sep 2002 16:38:09 -0000 1.4
@@ -272,13 +272,13 @@
}
// Not implemented...
- XalanArrayAllocator(const XalanArrayAllocator& theSource);
+ XalanArrayAllocator(const XalanArrayAllocator<Type>& theSource);
- XalanArrayAllocator&
- operator=(const XalanArrayAllocator& theSource);
+ XalanArrayAllocator<Type>&
+ operator=(const XalanArrayAllocator<Type>& theSource);
bool
- operator==(const XalanArrayAllocator& theRHS) const;
+ operator==(const XalanArrayAllocator<Type>& theRHS) const;
// Data members...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]