harvester/server/src/reharvesterao.cpp
changeset 23 33ae025ac1e8
parent 0 c53acadfccc6
child 40 910a23996aa0
child 45 a93990e5815e
child 54 a3cc46f37772
equal deleted inserted replaced
21:50bf9db68373 23:33ae025ac1e8
   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 );