harvester/common/src/harvesterpluginfactory.cpp
changeset 40 910a23996aa0
parent 36 aa5a574040a4
child 43 c5e73110f733
equal deleted inserted replaced
38:5210ffae7137 40:910a23996aa0
   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 		    }