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

Diff for /pegasus/src/Pegasus/Common/CIMPropertyList.cpp between version 1.6 and 1.7

version 1.6, 2002/07/30 16:14:53 version 1.7, 2002/08/27 23:38:44
Line 97 
Line 97 
     return _rep->propertyNames.size();     return _rep->propertyNames.size();
 } }
  
 const CIMName& CIMPropertyList::operator[](Uint32 pos) const  const CIMName& CIMPropertyList::operator[](Uint32 index) const
 { {
     return _rep->propertyNames[pos];      return _rep->propertyNames[index];
 } }
  
 Array<CIMName> CIMPropertyList::getPropertyNameArray() const Array<CIMName> CIMPropertyList::getPropertyNameArray() const


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2