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

Diff for /pegasus/src/Pegasus/Common/CIMObject.h between version 1.21 and 1.22

version 1.21, 2002/05/15 10:34:28 version 1.22, 2002/05/15 23:14:19
Line 113 
Line 113 
     */     */
     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 326 
Line 326 
  
     const String& getClassName() const;     const String& getClassName() const;
  
     const CIMReference& getPath() const;      const CIMObjectPath& getPath() const;
  
     Uint32 findQualifier(const String& name) const;     Uint32 findQualifier(const String& name) const;
  
Line 363 
Line 363 
 #endif #endif
 }; };
  
 /** The CIMObjectWithPath encapsulates a CIMReference and CIMObject.  /** The CIMObjectWithPath encapsulates a CIMObjectPath and CIMObject.
     Accessors are provided for getting the two parts. Constructors are     Accessors are provided for getting the two parts. Constructors are
     provided for initializing it from a CIMObject.     provided for initializing it from a CIMObject.
 */ */
Line 377 
Line 377 
  
     /** constructor     /** constructor
     */     */
     CIMObjectWithPath(const CIMReference& reference, const CIMObject& object);      CIMObjectWithPath(const CIMObjectPath& reference, const CIMObject& object);
  
     /** Constructor - Constructs a CIMObjectWithPath Object from     /** Constructor - Constructs a CIMObjectWithPath Object from
         another CimObjectWithPath         another CimObjectWithPath
Line 391 
Line 391 
  
     /** set -     /** set -
     */     */
     void set(const CIMReference& reference, const CIMObject& object);      void set(const CIMObjectPath& reference, const CIMObject& object);
  
     /**     /**
     */     */
     const CIMReference& getReference() const;      const CIMObjectPath& getReference() const;
  
     /**     /**
     */     */
Line 403 
Line 403 
  
     /**     /**
     */     */
     CIMReference& getReference();      CIMObjectPath& getReference();
  
     /**     /**
     */     */
Line 411 
Line 411 
  
 private: private:
  
     CIMReference _reference;      CIMObjectPath _reference;
     CIMObject _object;     CIMObject _object;
 }; };
  


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2