From 144cb6bdb5886357da38c9f81413ca563a18c3b2 Mon Sep 17 00:00:00 2001 From: PeiYong Zhang <peiyongz@apache.org> Date: Wed, 30 Jul 2003 14:48:38 +0000 Subject: [PATCH] Allow default value git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175127 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/framework/MemBufInputSource.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xercesc/framework/MemBufInputSource.hpp b/src/xercesc/framework/MemBufInputSource.hpp index 3aade8c5e..3abe80d82 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 ); -- GitLab