harvester/server/src/harvesterqueue.cpp
branchRCL_3
changeset 19 b73252188534
parent 16 9422ed56ee45
child 20 f23c07ec56e2
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
   172 
   172 
   173 	// check if fast harvest file and add to start of queue
   173 	// check if fast harvest file and add to start of queue
   174     if ( aItem->ObjectType() == EFastHarvest || aItem->Origin() == MdeConstants::Object::ECamera )
   174     if ( aItem->ObjectType() == EFastHarvest || aItem->Origin() == MdeConstants::Object::ECamera )
   175     	{
   175     	{
   176     	err = iItemQueue.Insert( aItem, 0 );
   176     	err = iItemQueue.Insert( aItem, 0 );
       
   177     	
   177     	if( !iHarvesterAO->IsActive() )
   178     	if( !iHarvesterAO->IsActive() )
   178     	    {
   179     	    {
   179             iHarvesterAO->SetPriority( KHarvesterPriorityMonitorPlugin );
   180             iHarvesterAO->SetPriority( KHarvesterPriorityMonitorPlugin );
   180     	    }
   181     	    }
   181     	}
   182     	}