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

Diff for /pegasus/src/Pegasus/Common/CIMValue.cpp between version 1.1 and 1.2

version 1.1, 2001/02/18 18:39:06 version 1.2, 2001/02/26 04:33:28
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.2  2001/02/26 04:33:28  mike
   // Fixed many places where cim names were be compared with operator==(String,String).
   // Changed all of these to use CIMName::equal()
   //
 // Revision 1.1  2001/02/18 18:39:06  mike // Revision 1.1  2001/02/18 18:39:06  mike
 // new // new
 // //
Line 1330 
Line 1334 
                 return x._u._char16Value == y._u._char16Value;                 return x._u._char16Value == y._u._char16Value;
  
             case CIMType::STRING:             case CIMType::STRING:
                 return *x._u._stringValue == *y._u._stringValue;                  return String::equal(*x._u._stringValue, *y._u._stringValue);
  
             case CIMType::DATETIME:             case CIMType::DATETIME:
                 return *x._u._dateTimeValue == *y._u._dateTimeValue;                 return *x._u._dateTimeValue == *y._u._dateTimeValue;


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2