branch | RCL_3 |
changeset 9 | 82c0024438c8 |
parent 0 | c53acadfccc6 |
--- a/harvester/monitorplugins/fileplugin/src/movetimer.cpp Wed Mar 31 22:19:07 2010 +0300 +++ b/harvester/monitorplugins/fileplugin/src/movetimer.cpp Wed Apr 14 16:24:03 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];