(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.60 and 1.61

version 1.60, 2002/08/27 23:38:44 version 1.61, 2002/08/28 01:16:48
Line 74 
Line 74 
     */     */
     CIMClass(const CIMClass& x);     CIMClass(const CIMClass& x);
  
     PEGASUS_EXPLICIT CIMClass(const CIMObject& x)      /** Constructor - Creates a Class object from the given CIMObject
         throw(DynamicCastFailedException);          @param x CIMObject from which to create the CIMClass
           @exception DynamicCastFailedException If a CIMClass can not be
           created from the given CIMObject
       */
       PEGASUS_EXPLICIT CIMClass(const CIMObject& x);
  
     /** Constructor - Creates a Class from inputs of a classname and     /** Constructor - Creates a Class from inputs of a classname and
         SuperClassName         SuperClassName
Line 334 
Line 338 
  
     CIMConstClass(const CIMClass& x);     CIMConstClass(const CIMClass& x);
  
     PEGASUS_EXPLICIT CIMConstClass(const CIMObject& x)      PEGASUS_EXPLICIT CIMConstClass(const CIMObject& x);
         throw(DynamicCastFailedException);  
  
     PEGASUS_EXPLICIT CIMConstClass(const CIMConstObject& x)      PEGASUS_EXPLICIT CIMConstClass(const CIMConstObject& x);
         throw(DynamicCastFailedException);  
  
     CIMConstClass(     CIMConstClass(
         const CIMName& className,         const CIMName& className,


Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2