(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.3 and 1.4

version 1.3, 2001/07/03 14:57:38 version 1.4, 2001/07/07 13:03:11
Line 164 
Line 164 
 { {
 public: public:
  
       /** Constructor
       */
     CIMObjectWithPath();     CIMObjectWithPath();
  
       /** constructor
       */
     CIMObjectWithPath(const CIMReference& reference, const CIMObject& object);     CIMObjectWithPath(const CIMReference& reference, const CIMObject& object);
  
       /** Constructor - Constructs a CIMObjectWithPath Object from
           another CimObjectWithPath
           @param - ATTN
       */
     CIMObjectWithPath(const CIMObjectWithPath& x);     CIMObjectWithPath(const CIMObjectWithPath& x);
  
     ~CIMObjectWithPath();     ~CIMObjectWithPath();
  
     CIMObjectWithPath& operator=(const CIMObjectWithPath& x);     CIMObjectWithPath& operator=(const CIMObjectWithPath& x);
  
       /** set -
       */
     void set(const CIMReference& reference, const CIMObject& object);     void set(const CIMReference& reference, const CIMObject& object);
  
       /**
       */
     const CIMReference& getReference() const { return _reference; }     const CIMReference& getReference() const { return _reference; }
  
       /**
       */
     const CIMObject& getObject() const { return _object; }     const CIMObject& getObject() const { return _object; }
  
       /**
       */
     CIMReference& getReference() { return _reference; }     CIMReference& getReference() { return _reference; }
  
       /**
       */
     CIMObject& getObject() { return _object; }     CIMObject& getObject() { return _object; }
  
       /**
       */
     void toXml(Array<Sint8>& out) const;     void toXml(Array<Sint8>& out) const;
  
 private: private:


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2