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

Diff for /pegasus/src/Pegasus/Repository/CIMRepository.cpp between version 1.129.2.1 and 1.130

version 1.129.2.1, 2005/03/11 21:00:04 version 1.130, 2004/11/16 13:04:15
Line 1815 
Line 1815 
                     CIMProperty origProperty = cimInstance.getProperty(origPos);                     CIMProperty origProperty = cimInstance.getProperty(origPos);
                     for (Uint32 j=0; j<origProperty.getQualifierCount(); j++)                     for (Uint32 j=0; j<origProperty.getQualifierCount(); j++)
                     {                     {
                         newProperty.addQualifier(origProperty.getQualifier(j));                          newProperty.addQualifier(origProperty.getQualifier(i));
                     }                     }
                 }                 }
  


Legend:
Removed from v.1.129.2.1  
changed lines
  Added in v.1.130

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2