(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.187 and 1.188

version 1.187, 2008/06/19 17:57:11 version 1.188, 2008/08/07 18:03:57
Line 1742 
Line 1742 
         {         {
             // For each property:             // For each property:
  
             for (Uint32 j = 0, n = cimInstance.getPropertyCount(); j < n; j++)              for (Uint32 j = 0, m = cimInstance.getPropertyCount(); j < m; j++)
             {             {
                 CIMConstProperty toProp = cimInstance.getProperty(j);                 CIMConstProperty toProp = cimInstance.getProperty(j);
  
Line 2562 
Line 2562 
                 false, includeQualifiers, includeClassOrigin, propertyList);                 false, includeQualifiers, includeClassOrigin, propertyList);
  
         // ATTN: Handles everything but deepInheritance.         // ATTN: Handles everything but deepInheritance.
         for (Uint32 i = 0 ; i < localNamedInstances.size(); i++)          for (Uint32 j = 0 ; j < localNamedInstances.size(); j++)
         {         {
             _filterInstance(localNamedInstances[i],              _filterInstance(localNamedInstances[j],
                 propertyList,                 propertyList,
                 localOnly,                 localOnly,
                 includeQualifiers,                 includeQualifiers,


Legend:
Removed from v.1.187  
changed lines
  Added in v.1.188

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2