(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.4 and 1.5

version 1.4, 2002/06/01 00:56:27 version 1.5, 2002/07/19 19:43:44
Line 92 
Line 92 
     return _rep->isNull;     return _rep->isNull;
 } }
  
 Uint32 CIMPropertyList::getNumProperties() const  Uint32 CIMPropertyList::size() const
 { {
     return _rep->propertyNames.size();     return _rep->propertyNames.size();
 } }
  
 const String& CIMPropertyList::getPropertyName(Uint32 pos) const  const String& CIMPropertyList::operator[](Uint32 pos) const
 { {
     return _rep->propertyNames[pos];     return _rep->propertyNames[pos];
 } }
  
 const Array<String>& CIMPropertyList::getPropertyNameArray() const  Array<String> CIMPropertyList::getPropertyNameArray() const
 { {
     return _rep->propertyNames;     return _rep->propertyNames;
 } }
  
 CIMPropertyList CIMPropertyList::clone() const  
 {  
     return CIMPropertyList(*this);  
 }  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2