You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/07/30 16:48:38 UTC

cvs commit: xml-xerces/c/src/xercesc/framework MemBufInputSource.hpp

peiyongz    2003/07/30 07:48:38

  Modified:    c/src/xercesc/framework MemBufInputSource.hpp
  Log:
  Allow default value
  
  Revision  Changes    Path
  1.5       +4 -1      xml-xerces/c/src/xercesc/framework/MemBufInputSource.hpp
  
  Index: MemBufInputSource.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/MemBufInputSource.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MemBufInputSource.hpp	16 May 2003 21:36:55 -0000	1.4
  +++ MemBufInputSource.hpp	30 Jul 2003 14:48:38 -0000	1.5
  @@ -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 @@
           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
       );
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org