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

Diff for /pegasus/src/Pegasus/Common/CIMObjectRep.cpp between version 1.14 and 1.15

version 1.14, 2002/07/19 23:40:13 version 1.15, 2002/07/30 16:14:53
Line 60 
Line 60 
     _properties.append(x);     _properties.append(x);
 } }
  
 Uint32 CIMObjectRep::findProperty(const String& name) const  Uint32 CIMObjectRep::findProperty(const CIMName& name) const
 { {
     for (Uint32 i = 0, n = _properties.size(); i < n; i++)     for (Uint32 i = 0, n = _properties.size(); i < n; i++)
     {     {
         if (CIMName::equal(_properties[i].getName(), name))          if (name.equal(_properties[i].getName()))
             return i;             return i;
     }     }
  


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2