diff --git a/src/xercesc/framework/MemBufInputSource.hpp b/src/xercesc/framework/MemBufInputSource.hpp index 3aade8c5e0502b9d2376464ac4355b59bde04026..3abe80d82cbd950be632b88c771afc1b1b33aed1 100644 --- a/src/xercesc/framework/MemBufInputSource.hpp +++ b/src/xercesc/framework/MemBufInputSource.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.5 2003/07/30 14:48:38 peiyongz + * Allow default value + * * Revision 1.4 2003/05/16 21:36:55 knoaman * Memory manager implementation: Modify constructors to pass in the memory manager. * @@ -168,7 +171,7 @@ public : const XMLByte* const srcDocBytes , const unsigned int byteCount , const XMLCh* const bufId - , const bool adoptBuffer// = false + , const bool adoptBuffer = false , MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager );