(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.42 and 1.43

version 1.42, 2004/10/17 20:39:16 version 1.43, 2004/11/29 18:48:19
Line 46 
Line 46 
 class CIMConstClass; class CIMConstClass;
 class CIMInstance; class CIMInstance;
 class CIMConstInstance; class CIMConstInstance;
   class CIMProperty;
   class CIMConstProperty;
   class CIMQualifier;
   class CIMConstQualifier;
  
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
 // //
Line 230 
Line 234 
      */      */
     Boolean isUninitialized() const;     Boolean isUninitialized() const;
  
       /** Returns a string representing the value of the CIMObject.
           With the inclusion of CIMObject as a CIMValue, the intent
           of the toString() method is to produce a "human-readable" string
           consistent with other CIMValue types. The string will be a MOF
           representation of the object (ie. either CIMClass or CIMInstance)
           using the _rep's toMof() method.
           @return String representing the CIMObject value.
       */
       String toString () const;
   
     /** Determines if the object represents a CIMClass.     /** Determines if the object represents a CIMClass.
         @return  True if the object represents a CIMClass; otherwise, false.         @return  True if the object represents a CIMClass; otherwise, false.
      */      */
Line 364 
Line 378 
     */     */
     Boolean isUninitialized() const;     Boolean isUninitialized() const;
  
       /** Returns a string representing the value of the CIMObject.
           With the inclusion of CIMObject as a CIMValue, the intent
           of the toString() method is to produce a "human-readable" string
           consistent with other CIMValue types. The string will be a MOF
           representation of the object (ie. either CIMClass or CIMInstance)
           using the _rep's toMof() method.
           @return String representing the CIMObject value.
       */
       String toString () const;
   
     /** REVIEWERS: Insert description here.     /** REVIEWERS: Insert description here.
     */     */
     Boolean isClass() const;     Boolean isClass() const;


Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2