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

Diff for /pegasus/src/Pegasus/Common/CIMObjectRep.h between version 1.33 and 1.34

version 1.33, 2008/03/05 21:31:45 version 1.34, 2008/04/11 17:14:03
Line 126 
Line 126 
         return _properties.find(name, generateCIMNameTag(name));         return _properties.find(name, generateCIMNameTag(name));
     }     }
  
     CIMProperty getProperty(Uint32 index);      CIMProperty getProperty(Uint32 index)
       {
           return _properties[index];
       }
  
     CIMConstProperty getProperty(Uint32 index) const     CIMConstProperty getProperty(Uint32 index) const
     {     {
         return ((CIMObjectRep*)this)->getProperty(index);         return ((CIMObjectRep*)this)->getProperty(index);
     }     }
  
     void removeProperty(Uint32 index);      void removeProperty(Uint32 index)
       {
           _properties.remove(index);
       }
  
     Uint32 getPropertyCount() const     Uint32 getPropertyCount() const
     {     {


Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2