[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xerces-cvs
Subject:    cvs commit: xml-xerces/c/src/xercesc/framework XMLGrammarPool.hpp
From:       peiyongz () apache ! org
Date:       2003-07-31 17:02:43
[Download RAW message or body]

peiyongz    2003/07/31 10:02:43

  Modified:    c/src/xercesc/framework XMLGrammarPool.hpp
  Log:
  Grammar embed GrammarDescription
  
  Revision  Changes    Path
  1.2       +8 -8      xml-xerces/c/src/xercesc/framework/XMLGrammarPool.hpp
  
  Index: XMLGrammarPool.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLGrammarPool.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLGrammarPool.hpp	20 Jun 2003 18:37:39 -0000	1.1
  +++ XMLGrammarPool.hpp	31 Jul 2003 17:02:42 -0000	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.2  2003/07/31 17:02:42  peiyongz
  + * Grammar embed GrammarDescription
  + *
    * Revision 1.1  2003/06/20 18:37:39  peiyongz
    * Stateless Grammar Pool :: Part I
    *
  @@ -101,12 +104,10 @@
       /**
         * cacheGrammar
         *
  -      * @param gramDesc:    the grammar description
         * @param gramToCache: the Grammar to be cached in the grammar pool
   	  *
         */
  -    virtual void           cacheGrammar(XMLGrammarDescription* const gramDesc 
  -                                      , Grammar* const               gramToCache) = 0;
  +    virtual void           cacheGrammar(Grammar* const               gramToCache) = 0;
       
       /**
         * retrieveGrammar
  @@ -123,11 +124,10 @@
         *
   	  * grammar removed from the grammar pool and owned by the caller
         *
  -      * @param gramDesc: the Grammar Description used to search for grammar
  -	  *                  cached in the grammar pool
  +      * @param nameSpaceKey: Key sed to search for grammar in the grammar pool
   	  *
         */
  -    virtual Grammar*       orphanGrammar(XMLGrammarDescription* const gramDesc) = 0;  
  +    virtual Grammar*       orphanGrammar(const XMLCh* const nameSpaceKey) = 0;  
   
       /**
         * clear
  
  
  

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic