You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2001/11/15 18:01:15 UTC

cvs commit: xml-xerces/c/src/validators/schema XercesGroupInfo.hpp

knoaman     01/11/15 09:01:15

  Modified:    c/src/validators/schema XercesGroupInfo.hpp
  Log:
  Remove methods that are not used.
  
  Revision  Changes    Path
  1.3       +1 -3      xml-xerces/c/src/validators/schema/XercesGroupInfo.hpp
  
  Index: XercesGroupInfo.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/schema/XercesGroupInfo.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XercesGroupInfo.hpp	2001/07/31 15:26:54	1.2
  +++ XercesGroupInfo.hpp	2001/11/15 17:01:15	1.3
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: XercesGroupInfo.hpp,v 1.2 2001/07/31 15:26:54 knoaman Exp $
  + * $Id: XercesGroupInfo.hpp,v 1.3 2001/11/15 17:01:15 knoaman Exp $
    */
   
   #if !defined(XERCESGROUPINFO_HPP)
  @@ -93,7 +93,6 @@
   	// -----------------------------------------------------------------------
       //  Getter methods
       // -----------------------------------------------------------------------
  -    bool                getAdoptContentSpec() const;
       int                 getScope() const;
       unsigned int        elementCount() const;
       ContentSpecNode*    getContentSpec() const;
  @@ -105,7 +104,6 @@
       // -----------------------------------------------------------------------
       void setScope(const int other);
       void setContentSpec(ContentSpecNode* const other);
  -    void setAdoptContentSpec(const bool toAdopt);
       void addElement(SchemaElementDecl* const toAdd);
   
   	// -----------------------------------------------------------------------
  
  
  

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