(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.33 and 1.34

version 1.33, 2002/07/31 22:05:08 version 1.34, 2002/08/09 20:55:21
Line 84 
Line 84 
     */     */
     CIMObject& operator=(const CIMObject& x);     CIMObject& operator=(const CIMObject& x);
  
     /** Assignment operator.  
     */  
     CIMObject& operator=(const CIMClass& x);  
   
     /** Assignment operator.  
     */  
     CIMObject& operator=(const CIMInstance& x);  
   
     /** Destructor.     /** Destructor.
     */     */
     ~CIMObject();     ~CIMObject();
Line 243 
Line 235 
      */      */
     Boolean isUninitialized() const;     Boolean isUninitialized() const;
  
       /**
           Determines if the object represents a CIMClass.
   
           @return  True if the object represents a CIMClass,
                    False otherwise
        */
       Boolean isClass () const;
   
       /**
           Determines if the object represents a CIMInstance.
   
           @return  True if the object represents a CIMInstance,
                    False otherwise
        */
       Boolean isInstance () const;
   
 private: private:
  
     CIMObjectRep* _rep;     CIMObjectRep* _rep;
Line 298 
Line 306 
  
     CIMConstObject& operator=(const CIMConstObject& x);     CIMConstObject& operator=(const CIMConstObject& x);
  
     CIMConstObject& operator=(const CIMObject& x);  
   
     CIMConstObject& operator=(const CIMClass& x);  
   
     CIMConstObject& operator=(const CIMConstClass& x);  
   
     CIMConstObject& operator=(const CIMInstance& x);  
   
     CIMConstObject& operator=(const CIMConstInstance& x);  
   
     ~CIMConstObject();     ~CIMConstObject();
  
     const CIMName& getClassName() const;     const CIMName& getClassName() const;


Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2