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 2002/02/06 23:29:24 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/schema ComplexTypeInfo.hpp ComplexTypeInfo.cpp

knoaman     02/02/06 14:29:24

  Modified:    c/src/xercesc/validators/schema ComplexTypeInfo.hpp
                        ComplexTypeInfo.cpp
  Log:
  Remove unnecessary data/methods.
  
  Revision  Changes    Path
  1.2       +1 -12     xml-xerces/c/src/xercesc/validators/schema/ComplexTypeInfo.hpp
  
  Index: ComplexTypeInfo.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/ComplexTypeInfo.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ComplexTypeInfo.hpp	1 Feb 2002 22:22:45 -0000	1.1
  +++ ComplexTypeInfo.hpp	6 Feb 2002 22:29:24 -0000	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: ComplexTypeInfo.hpp,v 1.1 2002/02/01 22:22:45 peiyongz Exp $
  + * $Id: ComplexTypeInfo.hpp,v 1.2 2002/02/06 22:29:24 knoaman Exp $
    */
   
   #if !defined(COMPLEXTYPEINFO_HPP)
  @@ -128,7 +128,6 @@
       SchemaElementDecl*       elementAt(const unsigned int index);
       XMLContentModel*         getContentModel(const bool checkUPA = false);
       const XMLCh*             getFormattedContentModel ()   const;
  -    int                      getRecursingTypeIndex() const;
   
       // -----------------------------------------------------------------------
       //  Setter methods
  @@ -152,7 +151,6 @@
       void addAttDef(SchemaAttDef* const toAdd);
       void addElement(SchemaElementDecl* const toAdd);
       void setContentModel(XMLContentModel* const newModelToAdopt);
  -    void setRecursingTypeIndex(const int anIndex);
   
       // -----------------------------------------------------------------------
       //  Helper methods
  @@ -208,7 +206,6 @@
       int                                fScopeDefined;
       unsigned int                       fElementId;
       int                                fContentType;
  -    int                                fRecursingTypeIndex;
       XMLCh*                             fTypeName;
       DatatypeValidator*                 fBaseDatatypeValidator;
       DatatypeValidator*                 fDatatypeValidator;
  @@ -371,10 +368,6 @@
       return fContentModel;
   }
   
  -inline int ComplexTypeInfo::getRecursingTypeIndex() const {
  -
  -    return fRecursingTypeIndex;
  -}
   
   // ---------------------------------------------------------------------------
   //  ComplexTypeInfo: Setter methods
  @@ -482,10 +475,6 @@
       fContentModel = newModelToAdopt;
   }
   
  -inline void ComplexTypeInfo::setRecursingTypeIndex(const int anIndex) {
  -
  -    fRecursingTypeIndex = anIndex;
  -}
   
   // ---------------------------------------------------------------------------
   //  ComplexTypeInfo: Helper methods
  
  
  
  1.2       +3 -1      xml-xerces/c/src/xercesc/validators/schema/ComplexTypeInfo.cpp
  
  Index: ComplexTypeInfo.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/ComplexTypeInfo.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ComplexTypeInfo.cpp	1 Feb 2002 22:22:45 -0000	1.1
  +++ ComplexTypeInfo.cpp	6 Feb 2002 22:29:24 -0000	1.2
  @@ -56,8 +56,11 @@
   
   /*
    * $Log: ComplexTypeInfo.cpp,v $
  - * Revision 1.1  2002/02/01 22:22:45  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/02/06 22:29:24  knoaman
  + * Remove unnecessary data/methods.
  + *
  + * Revision 1.1.1.1  2002/02/01 22:22:45  peiyongz
  + * sane_include
    *
    * Revision 1.27  2002/01/15 19:09:16  knoaman
    * Fix for bug 5807.
  @@ -169,7 +172,6 @@
       , fScopeDefined(Grammar::TOP_LEVEL_SCOPE)
       , fElementId(XMLElementDecl::fgInvalidElemId)
       , fContentType(SchemaElementDecl::Empty)
  -    , fRecursingTypeIndex(-1)
       , fTypeName(0)
       , fBaseDatatypeValidator(0)
       , fDatatypeValidator(0)
  
  
  

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