harvester/common/src/harvesterplugin.cpp
branchRCL_3
changeset 15 3cebc1a84278
parent 8 6752808b2036
child 22 ab88d4a85041
equal deleted inserted replaced
14:646a02f170b9 15:3cebc1a84278
   165             	    iFastModeEnabled = ETrue;
   165             	    iFastModeEnabled = ETrue;
   166             	    }
   166             	    }
   167             	else if( iFastModeEnabled )
   167             	else if( iFastModeEnabled )
   168             	    {
   168             	    {
   169                     iFastModeEnabled = EFalse;
   169                     iFastModeEnabled = EFalse;
   170                     SetPriority( KHarvesterPriorityHarvestingPlugin + 1 );
   170                     SetPriority( KHarvesterPriorityHarvestingPlugin );
   171             	    }
   171             	    }
   172             	
   172             	
   173 				if( iBlacklist )
   173 				if( iBlacklist )
   174 					{
   174 					{
   175 					WRITELOG( "CHarvesterPlugin::RunL - Adding URI to blacklist" );
   175 					WRITELOG( "CHarvesterPlugin::RunL - Adding URI to blacklist" );
   218 // DoCancel
   218 // DoCancel
   219 // ---------------------------------------------------------------------------
   219 // ---------------------------------------------------------------------------
   220 //
   220 //
   221 EXPORT_C void CHarvesterPlugin::DoCancel()
   221 EXPORT_C void CHarvesterPlugin::DoCancel()
   222     {
   222     {
   223     
       
   224     }
   223     }
   225 
   224 
   226 // ---------------------------------------------------------------------------
   225 // ---------------------------------------------------------------------------
   227 // RunError
   226 // RunError
   228 // ---------------------------------------------------------------------------
   227 // ---------------------------------------------------------------------------