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/06/20 20:47:21 UTC

cvs commit: xml-xerces/c/src/xercesc/dom DOMImplementationLS.hpp

peiyongz    2003/06/20 11:47:21

  Modified:    c/src/xercesc/dom DOMImplementationLS.hpp
  Log:
  Stateless Grammar Pool :: Part I
  
  Revision  Changes    Path
  1.9       +8 -3      xml-xerces/c/src/xercesc/dom/DOMImplementationLS.hpp
  
  Index: DOMImplementationLS.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/dom/DOMImplementationLS.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DOMImplementationLS.hpp	15 May 2003 18:25:53 -0000	1.8
  +++ DOMImplementationLS.hpp	20 Jun 2003 18:47:21 -0000	1.9
  @@ -59,6 +59,9 @@
   
   /*
    * $Log$
  + * Revision 1.9  2003/06/20 18:47:21  peiyongz
  + * Stateless Grammar Pool :: Part I
  + *
    * Revision 1.8  2003/05/15 18:25:53  knoaman
    * Partial implementation of the configurable memory manager.
    *
  @@ -95,6 +98,7 @@
   class DOMWriter;
   class DOMInputSource;
   class MemoryManager;
  +class XMLGrammarPool;
   
   /**
     * <p><code>DOMImplementationLS</code> contains the factory methods for
  @@ -197,9 +201,10 @@
        * @see DOMBuilder
        * @since DOM Level 3
        */
  -    virtual DOMBuilder* createDOMBuilder(const short mode,
  -                                         const XMLCh* const schemaType,
  -                                         MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager) = 0;
  +    virtual DOMBuilder* createDOMBuilder(const short            mode,
  +                                         const XMLCh* const     schemaType,
  +                                         MemoryManager* const   manager = XMLPlatformUtils::fgMemoryManager,
  +                                         XMLGrammarPool*  const gramPool = 0) = 0;
   
   
       /**
  
  
  

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