harvester/server/src/reharvesterao.cpp
branchRCL_3
changeset 9 82c0024438c8
parent 0 c53acadfccc6
child 19 b73252188534
equal deleted inserted replaced
8:50de4d668bb6 9:82c0024438c8
   197     WRITELOG( "CReHarvesterAO::CheckItem()" );
   197     WRITELOG( "CReHarvesterAO::CheckItem()" );
   198     
   198     
   199     for( TInt i = iItems.Count(); --i >= 0; )
   199     for( TInt i = iItems.Count(); --i >= 0; )
   200         {
   200         {
   201         CHarvesterData* item = iItems[i];
   201         CHarvesterData* item = iItems[i];
   202         if ( aItem.Uri().CompareC( item->Uri(), 1, NULL ) != 0 )
   202         if ( aItem.Uri().CompareF( item->Uri() ) != 0 )
   203             {
   203             {
   204             continue;
   204             continue;
   205             }
   205             }
   206         // found matching item
   206         // found matching item
   207 	    iItems.Remove( i );
   207 	    iItems.Remove( i );