diff -r acef663c1218 -r b73a2e62868f harvester/monitorplugins/mmcplugin/src/mmcmonitorplugin.cpp --- a/harvester/monitorplugins/mmcplugin/src/mmcmonitorplugin.cpp Tue Jan 26 12:13:20 2010 +0200 +++ b/harvester/monitorplugins/mmcplugin/src/mmcmonitorplugin.cpp Tue Feb 02 00:24:33 2010 +0200 @@ -24,8 +24,6 @@ #include -const TInt KMassStorageScanCustomPriority = 5; - _LIT( KColon, ":" ); // construct/destruct @@ -138,7 +136,7 @@ medias.Append( hdInfo ); TRAP_IGNORE( iHddScanner = CMmcScannerAO::NewL( hdMediaId, iMdEClient, iObserver, - aHarvesterPluginFactory, KMassStorageScanCustomPriority, alreadyWaited )); + aHarvesterPluginFactory, KHarvesterCustomImportantPriority, alreadyWaited )); } }