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

Diff for /pegasus/src/Pegasus/Common/CIMName.h between version 1.5 and 1.6

version 1.5, 2001/04/27 20:44:38 version 1.6, 2001/05/14 00:39:51
Line 80 
Line 80 
     */     */
     static Boolean equal(const String& name1, const String& name2)     static Boolean equal(const String& name1, const String& name2)
     {     {
         return String::equalIgnoreCase(name1, name2);          return String::equalNoCase(name1, name2);
     }     }
  
 private: private:


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2