(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.42 and 1.43

version 1.42, 2002/05/15 17:21:11 version 1.43, 2002/05/15 23:14:19
Line 95 
Line 95 
     */     */
     const Boolean equalClassName(const String& classname) const;     const Boolean equalClassName(const String& classname) const;
  
     const CIMReference& getPath() const;      const CIMObjectPath& getPath() const;
  
     /** addQualifier - Adds the CIMQualifier object to the instance.     /** addQualifier - Adds the CIMQualifier object to the instance.
         Thows an exception of the CIMQualifier already exists in the instance         Thows an exception of the CIMQualifier already exists in the instance
Line 240 
Line 240 
         is all lowercase; the keys-value pairs appear in sorted order by         is all lowercase; the keys-value pairs appear in sorted order by
         key name).         key name).
     */     */
     CIMReference getInstanceName(const CIMConstClass& cimClass) const;      CIMObjectPath getInstanceName(const CIMConstClass& cimClass) const;
  
     /** CIMMethod     /** CIMMethod
  
Line 323 
Line 323 
  
     const Boolean equalClassName(const String& classname) const;     const Boolean equalClassName(const String& classname) const;
  
     const CIMReference& getPath() const;      const CIMObjectPath& getPath() const;
  
     Uint32 findQualifier(const String& name) const;     Uint32 findQualifier(const String& name) const;
  
Line 337 
Line 337 
  
     Uint32 getPropertyCount() const;     Uint32 getPropertyCount() const;
  
     CIMReference getInstanceName(const CIMConstClass& cimClass) const;      CIMObjectPath getInstanceName(const CIMConstClass& cimClass) const;
  
     CIMInstance clone() const;     CIMInstance clone() const;
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2