tng         2003/01/03 08:38:34

  Modified:    c/src/xercesc/validators/schema ComplexTypeInfo.hpp
  Log:
  Performance: move declaration around can help optimization
  
  Revision  Changes    Path
  1.8       +5 -5      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ComplexTypeInfo.hpp       19 Dec 2002 14:04:05 -0000      1.7
  +++ ComplexTypeInfo.hpp       3 Jan 2003 16:38:34 -0000       1.8
  @@ -165,7 +165,7 @@
       /**
        * sets this type to be anonymous
        **/
  -    void setAnonymous();    
  +    void setAnonymous();
   
       // -----------------------------------------------------------------------
       //  Helper methods
  @@ -227,17 +227,17 @@
       ComplexTypeInfo*                   fBaseComplexTypeInfo;
       ContentSpecNode*                   fContentSpec;
       SchemaAttDef*                      fAttWildCard;
  -    RefHash2KeysTableOf<SchemaAttDef>* fAttDefs;
       SchemaAttDefList*                  fAttList;
       RefVectorOf<SchemaElementDecl>*    fElements;
  +    RefVectorOf<ContentSpecNode>*      fSpecNodesToDelete;
  +    RefHash2KeysTableOf<SchemaAttDef>* fAttDefs;
       XMLContentModel*                   fContentModel;
       XMLCh*                             fFormattedModel;
       unsigned int*                      fContentSpecOrgURI;
       unsigned int                       fUniqueURI;
       unsigned int                       fContentSpecOrgURISize;
  -    RefVectorOf<ContentSpecNode>*      fSpecNodesToDelete;
       XSDLocator*                        fLocator;
  -    bool                               fAnonymous; 
  +    bool                               fAnonymous;
   };
   
   // ---------------------------------------------------------------------------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to