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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierDeclRep.cpp between version 1.53 and 1.54

version 1.53, 2008/12/02 09:00:45 version 1.54, 2010/06/06 17:04:16
Line 111 
Line 111 
 { {
     return     return
         this == x ||         this == x ||
         _name.equal(x->_name) &&          (_name.equal(x->_name) &&
         _value == x->_value &&         _value == x->_value &&
         (_scope.equal (x->_scope)) &&         (_scope.equal (x->_scope)) &&
         (_flavor.equal (x->_flavor)) &&         (_flavor.equal (x->_flavor)) &&
         _arraySize == x->_arraySize;           _arraySize == x->_arraySize);
 } }
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2