harvester/monitorplugins/fileplugin/src/movetimer.cpp
changeset 23 33ae025ac1e8
parent 0 c53acadfccc6
--- a/harvester/monitorplugins/fileplugin/src/movetimer.cpp	Fri Apr 16 15:23:55 2010 +0300
+++ b/harvester/monitorplugins/fileplugin/src/movetimer.cpp	Mon May 03 12:55:01 2010 +0300
@@ -55,11 +55,10 @@
 	TPtrC nameExt;
 	
 	if( MdsUtils::GetNameExt( aUri, nameExt ) )
-		{
-		
+		{		
 		// check if harvester queue contains harvesting request 
 		// with same file name and extension 
-		for (int i = iHDArray.Count(); --i >= 0; )
+		for (TInt i = iHDArray.Count(); --i >= 0; )
 			{
 			CHarvesterData* hd = iHDArray[i];