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

Diff for /pegasus/src/Pegasus/Common/CIMParameterRep.cpp between version 1.41 and 1.42

version 1.41, 2006/11/10 18:14:57 version 1.42, 2007/10/23 17:38:45
Line 267 
Line 267 
  
 Boolean CIMParameterRep::identical(const CIMParameterRep* x) const Boolean CIMParameterRep::identical(const CIMParameterRep* x) const
 { {
       // If the pointers are the same, the objects must be identical
       if (this == x)
       {
           return true;
       }
   
     if (!_name.equal (x->_name))     if (!_name.equal (x->_name))
         return false;         return false;
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2