(file) Return to CIMQualifierList.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/CIMQualifierList.h between version 1.38 and 1.39

version 1.38, 2007/10/17 20:50:44 version 1.39, 2007/11/11 19:48:34
Line 36 
Line 36 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
   #include <Pegasus/Common/Constants.h>
 #include <Pegasus/Common/CIMName.h> #include <Pegasus/Common/CIMName.h>
 #include <Pegasus/Common/CIMQualifier.h> #include <Pegasus/Common/CIMQualifier.h>
 #include <Pegasus/Common/CIMScope.h> #include <Pegasus/Common/CIMScope.h>
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
 #include <Pegasus/Common/Pair.h> #include <Pegasus/Common/Pair.h>
 #include <Pegasus/Common/Buffer.h> #include <Pegasus/Common/Buffer.h>
   #include <Pegasus/Common/OrderedSet.h>
  
  
 /*  ATTN: P2 KS 25 Mar 2002 - The function names are a mismash of local and /*  ATTN: P2 KS 25 Mar 2002 - The function names are a mismash of local and
Line 54 
Line 56 
  
 class DeclContext; class DeclContext;
  
   
 /* ATTN: KS P3 DEFER 1 May 2002. /* ATTN: KS P3 DEFER 1 May 2002.
     We have list processors (really array processors) for     We have list processors (really array processors) for
     qualifiers, properties, methods(???) but they are all slightly different.     qualifiers, properties, methods(???) but they are all slightly different.
Line 199 
Line 200 
     ///     ///
     void cloneTo(CIMQualifierList& x) const;     void cloneTo(CIMQualifierList& x) const;
  
       Boolean isKey() const;
   
 private: private:
  
     Array<CIMQualifier> _qualifiers;      typedef OrderedSet<CIMQualifier,
                          CIMQualifierRep,
                          PEGASUS_QUALIFIER_ORDEREDSET_HASHSIZE> QualifierSet;
       QualifierSet _qualifiers;
   
       /** Index of key qualifier or the meaning is as follows:
              PEGASUS_ORDEREDSET_INDEX_NOTFOUND --
                  there is no key qualifier in the list.
              PEGASUS_ORDEREDSET_INDEX_UNKNOWN --
                  the index is unresolved.
       */
       Uint32 _keyIndex;
   
       friend class CIMPropertyInternal;
 }; };
  
 /** /**


Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2