harvester/monitorplugins/mmcplugin/src/mmcmonitorplugin.cpp
changeset 2 b73a2e62868f
parent 1 acef663c1218
child 3 6752808b2036
--- 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 <e32cmn.h>
 
-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 ));
 			}
 		}