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

Diff for /pegasus/src/Pegasus/IndicationService/ProviderIndicationCountTable.cpp between version 1.7 and 1.7.6.1

version 1.7, 2009/05/27 05:56:29 version 1.7.6.1, 2013/06/03 22:36:14
Line 94 
Line 94 
         newEntry.indicationCount = 0;         newEntry.indicationCount = 0;
         newEntry.orphanIndicationCount = 0;         newEntry.orphanIndicationCount = 0;
  
         Boolean succeeded = _table.insert(providerKey, newEntry);          PEGASUS_FCT_EXECUTE_AND_ASSERT(
         PEGASUS_ASSERT(succeeded);              true,
               _table.insert(providerKey, newEntry));
     }     }
  
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
Line 170 
Line 171 
         // Now remove the entries, outside the Iterator scope.         // Now remove the entries, outside the Iterator scope.
         for (Uint32 i = 0; i < keysToRemove.size(); i++)         for (Uint32 i = 0; i < keysToRemove.size(); i++)
         {         {
             Boolean isRemoved = _table.remove(keysToRemove[i]);              PEGASUS_FCT_EXECUTE_AND_ASSERT(true,_table.remove(keysToRemove[i]));
             PEGASUS_ASSERT(isRemoved);  
         }         }
     }     }
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2