You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ga...@apache.org on 2005/03/17 12:07:04 UTC

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

gareth      2005/03/17 03:07:04

  Modified:    c/src/xercesc/framework MemBufInputSource.hpp
  Log:
  Updated doc to refect real behaviour with adoptBuffer.
  
  Revision  Changes    Path
  1.10      +5 -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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- MemBufInputSource.hpp	28 Sep 2004 02:14:13 -0000	1.9
  +++ MemBufInputSource.hpp	17 Mar 2005 11:07:04 -0000	1.10
  @@ -16,6 +16,9 @@
   
   /*
    * $Log$
  + * Revision 1.10  2005/03/17 11:07:04  gareth
  + * Updated doc to refect real behaviour with adoptBuffer.
  + *
    * Revision 1.9  2004/09/28 02:14:13  cargilld
    * Add support for validating annotations.
    *
  @@ -135,7 +138,8 @@
         *                         in the buffer.
         * @param  bufId           A fake system id for the buffer.
         * @param  adoptBuffer     Indicates whether this object should adopt
  -      *                         the buffer (i.e. make a copy of it) or just
  +      *                         the buffer (i.e. become responsible for 
  +      * deletion) or just
         *                         use it in place.
         * @param  manager         Pointer to the memory manager to be used to
         *                         allocate objects.
  
  
  

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