Skip to content
Snippets Groups Projects
Commit 144cb6bd authored by PeiYong Zhang's avatar PeiYong Zhang
Browse files

Allow default value

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175127 13f79535-47bb-0310-9956-ffa450edef68
parent b180fd03
No related merge requests found
......@@ -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
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment