(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.40.10.1 and 1.41

version 1.40.10.1, 2004/11/12 17:48:28 version 1.41, 2004/08/25 00:14:24
Line 23 
Line 23 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)  
 //              Carol Ann Krug Graves, Hewlett-Packard Company  
 //                  (carolann_graves@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_Object_h #ifndef Pegasus_Object_h
Line 50 
Line 44 
 class CIMConstClass; class CIMConstClass;
 class CIMInstance; class CIMInstance;
 class CIMConstInstance; class CIMConstInstance;
 class CIMProperty;  
 class CIMConstProperty;  
 class CIMQualifier;  
 class CIMConstQualifier;  
  
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
 // //
Line 238 
Line 228 
      */      */
     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 382 
Line 362 
     */     */
     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.40.10.1  
changed lines
  Added in v.1.41

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2