dmitryh 2004/11/11 19:55:57
Modified: c/src/xalanc/Include XalanVector.hpp
Log:
Enable copy constructor for user applications
Revision Changes Path
1.12 +1 -1 xml-xalan/c/src/xalanc/Include/XalanVector.hpp
Index: XalanVector.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/Include/XalanVector.hpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- XalanVector.hpp 10 Nov 2004 19:09:11 -0000 1.11
+++ XalanVector.hpp 12 Nov 2004 03:55:57 -0000 1.12
@@ -141,7 +141,7 @@
XalanVector(
const ThisType& theSource,
- MemoryManagerType& theManager,
+ MemoryManagerType& theManager
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR,
size_type theInitialAllocation = size_type(0)) :
m_memoryManager(&theManager),
m_size(0),
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]