harvester/monitorplugins/fileplugin/src/movetimer.cpp
branchRCL_3
changeset 9 82c0024438c8
parent 0 c53acadfccc6
equal deleted inserted replaced
8:50de4d668bb6 9:82c0024438c8
    53 CHarvesterData* CMoveTimer::CheckUriL( const TDesC& aUri )
    53 CHarvesterData* CMoveTimer::CheckUriL( const TDesC& aUri )
    54 	{
    54 	{
    55 	TPtrC nameExt;
    55 	TPtrC nameExt;
    56 	
    56 	
    57 	if( MdsUtils::GetNameExt( aUri, nameExt ) )
    57 	if( MdsUtils::GetNameExt( aUri, nameExt ) )
    58 		{
    58 		{		
    59 		
       
    60 		// check if harvester queue contains harvesting request 
    59 		// check if harvester queue contains harvesting request 
    61 		// with same file name and extension 
    60 		// with same file name and extension 
    62 		for (int i = iHDArray.Count(); --i >= 0; )
    61 		for (TInt i = iHDArray.Count(); --i >= 0; )
    63 			{
    62 			{
    64 			CHarvesterData* hd = iHDArray[i];
    63 			CHarvesterData* hd = iHDArray[i];
    65 			
    64 			
    66 			TPtrC tempNameExt;
    65 			TPtrC tempNameExt;
    67 			
    66