equal
deleted
inserted
replaced
207 hpi->iPlugin->SetBlacklist( *iBlacklist ); |
207 hpi->iPlugin->SetBlacklist( *iBlacklist ); |
208 } |
208 } |
209 |
209 |
210 if( aHD->ObjectType() == EFastHarvest || aHD->Origin() == MdeConstants::Object::ECamera ) |
210 if( aHD->ObjectType() == EFastHarvest || aHD->Origin() == MdeConstants::Object::ECamera ) |
211 { |
211 { |
212 hpi->iQueue.Insert( aHD, 0 ); |
212 hpi->iQueue.InsertL( aHD, 0 ); |
|
213 |
213 if( !hpi->iPlugin->IsActive() ) |
214 if( !hpi->iPlugin->IsActive() ) |
214 { |
215 { |
215 hpi->iPlugin->SetPriority( KHarvesterPriorityHarvestingPlugin + 1 ); |
216 hpi->iPlugin->SetPriority( KHarvesterPriorityHarvestingPlugin + 1 ); |
216 } |
217 } |
217 } |
218 } |