(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.19 and 1.20

version 1.19, 2002/05/03 18:23:03 version 1.20, 2002/05/14 03:27:25
Line 257 
Line 257 
     Boolean identical(const CIMConstObject& x) const;     Boolean identical(const CIMConstObject& x) const;
  
 #ifdef PEGASUS_INTERNALONLY #ifdef PEGASUS_INTERNALONLY
     /** operator int() - ATTN: */      /** isNull() - ATTN: */
     operator int() const;      Boolean isNull() const;
  
     /** Convert object to XML format.     /** Convert object to XML format.
     */     */
Line 349 
Line 349 
     Boolean identical(const CIMConstObject& x) const;     Boolean identical(const CIMConstObject& x) const;
  
 #ifdef PEGASUS_INTERNALONLY #ifdef PEGASUS_INTERNALONLY
     operator int() const;      Boolean isNull() const;
  
     void toXml(Array<Sint8>& out) const;     void toXml(Array<Sint8>& out) const;
  


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2