(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.1 and 1.2

version 1.1, 2001/07/01 22:21:57 version 1.2, 2001/07/02 01:50:09
Line 118 
Line 118 
     */     */
     CIMClass getClass();     CIMClass getClass();
  
       /** Const version of getClass() */
   
       CIMConstClass getClass() const;
   
     /** Returns the instance contained by this object (if an instance).     /** Returns the instance contained by this object (if an instance).
         @return CIMInstance         @return CIMInstance
         @exception throws TypeMismatch if object does not contain a CIMInstance.         @exception throws TypeMismatch if object does not contain a CIMInstance.
     */     */
     CIMInstance getInstance();     CIMInstance getInstance();
  
       /** Const version of getInstance() */
   
       CIMConstInstance getInstance() const;
   
     operator int() const     operator int() const
     {     {
         return _rep != 0;         return _rep != 0;
     }     }
  
       void toXml(Array<Sint8>& out) const;
   
 private: private:
  
     void _checkRep() const     void _checkRep() const
Line 170 
Line 180 
  
     CIMObject& getObject() { return _object; }     CIMObject& getObject() { return _object; }
  
       void toXml(Array<Sint8>& out) const;
   
 private: private:
  
     CIMReference _reference;     CIMReference _reference;


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2