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

Diff for /pegasus/src/Pegasus/Common/CIMClass.h between version 1.74 and 1.75

version 1.74, 2006/11/10 18:14:57 version 1.75, 2007/05/29 17:21:06
Line 89 
Line 89 
         @exception DynamicCastFailedException If a CIMClass can not be         @exception DynamicCastFailedException If a CIMClass can not be
             created from the given CIMObject.             created from the given CIMObject.
     */     */
     PEGASUS_EXPLICIT CIMClass(const CIMObject& x);      explicit CIMClass(const CIMObject& x);
  
     /**     /**
         Constructs a CIMClass object with the specified attributes.         Constructs a CIMClass object with the specified attributes.
Line 522 
Line 522 
         @exception DynamicCastFailedException If a CIMConstClass can not be         @exception DynamicCastFailedException If a CIMConstClass can not be
             created from the given CIMObject.             created from the given CIMObject.
     */     */
     PEGASUS_EXPLICIT CIMConstClass(const CIMObject& x);      explicit CIMConstClass(const CIMObject& x);
  
     /**     /**
         Constructs a CIMConstClass object from the value of a specified         Constructs a CIMConstClass object from the value of a specified
Line 533 
Line 533 
         @exception DynamicCastFailedException If a CIMConstClass can not be         @exception DynamicCastFailedException If a CIMConstClass can not be
             created from the given CIMConstObject.             created from the given CIMConstObject.
     */     */
     PEGASUS_EXPLICIT CIMConstClass(const CIMConstObject& x);      explicit CIMConstClass(const CIMConstObject& x);
  
     /**     /**
         Constructs a CIMConstClass object with the specified attributes.         Constructs a CIMConstClass object with the specified attributes.


Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2