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

Diff for /pegasus/src/Pegasus/Common/CIMClass.h between version 1.56 and 1.57

version 1.56, 2002/07/31 22:05:08 version 1.57, 2002/08/14 17:41:16
Line 159 
Line 159 
     */     */
     Uint32 findQualifier(const CIMName& name) const;     Uint32 findQualifier(const CIMName& name) const;
  
     /** isTrueQualifier - Determines if the qualifier defined by  
         the input parameter exists for the class, is Boolean, and  
         has a value of true.  
         This function is useful to quickly determine the state of a  
         qualifier.  
         @param CIMName containing the qualifier  name.  
         @return Boolean True if the qualifier exists,  
     */  
     Boolean isTrueQualifier(const CIMName& name) const;  
   
 /**     getQualifier - Gets the CIMQualifier object defined /**     getQualifier - Gets the CIMQualifier object defined
         by the input parameter         by the input parameter
         @param pos defines the position of the qualifier in the class from the         @param pos defines the position of the qualifier in the class from the
Line 376 
Line 366 
  
     CIMConstQualifier getQualifier(Uint32 pos) const;     CIMConstQualifier getQualifier(Uint32 pos) const;
  
     Boolean isTrueQualifier(const CIMName& name) const;  
   
     Uint32 getQualifierCount() const;     Uint32 getQualifierCount() const;
  
     Uint32 findProperty(const CIMName& name) const;     Uint32 findProperty(const CIMName& name) const;


Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2