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

Diff for /pegasus/src/Pegasus/Common/CIMInstance.h between version 1.43 and 1.44

version 1.43, 2002/05/15 23:14:19 version 1.44, 2002/05/16 18:25:49
Line 84 
Line 84 
     */     */
     const String& getClassName() const;     const String& getClassName() const;
  
     /** equalClassName compares Name of the class with a String. This test  
         performs a comparison of the classname component of the object  
         with a String.  Note that this function was included specifically  
         because the equality compare is not just a straight comparison  
         because classnames are case independent.  
         @param classname String containing the name for comparison  
         @return True if it is the same class name (equalNoCase compare passes)  
         or false if not.  
     */  
     const Boolean equalClassName(const String& classname) const;  
   
     const CIMObjectPath& getPath() const;     const CIMObjectPath& getPath() const;
  
     /** addQualifier - Adds the CIMQualifier object to the instance.     /** addQualifier - Adds the CIMQualifier object to the instance.
Line 321 
Line 310 
  
     const String& getClassName() const;     const String& getClassName() const;
  
     const Boolean equalClassName(const String& classname) const;  
   
     const CIMObjectPath& getPath() const;     const CIMObjectPath& getPath() const;
  
     Uint32 findQualifier(const String& name) const;     Uint32 findQualifier(const String& name) const;


Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2