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

Diff for /pegasus/src/Pegasus/Common/CIMMethod.cpp between version 1.27 and 1.28

version 1.27, 2006/01/30 16:16:46 version 1.28, 2006/11/10 18:14:57
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // 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)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include "CIMMethod.h" #include "CIMMethod.h"
Line 220 
Line 214 
  
 Boolean CIMMethod::isUninitialized() const Boolean CIMMethod::isUninitialized() const
 { {
     return (_rep == 0)? true : false;      return _rep == 0;
 } }
  
 Boolean CIMMethod::identical(const CIMConstMethod& x) const Boolean CIMMethod::identical(const CIMConstMethod& x) const
Line 359 
Line 353 
  
 Boolean CIMConstMethod::isUninitialized() const Boolean CIMConstMethod::isUninitialized() const
 { {
     return (_rep == 0)? true : false;      return _rep == 0;
 } }
  
 Boolean CIMConstMethod::identical(const CIMConstMethod& x) const Boolean CIMConstMethod::identical(const CIMConstMethod& x) const


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2