harvester/common/inc/harvestercommon.h
changeset 2 b73a2e62868f
parent 1 acef663c1218
child 7 3cebc1a84278
--- a/harvester/common/inc/harvestercommon.h	Tue Jan 26 12:13:20 2010 +0200
+++ b/harvester/common/inc/harvestercommon.h	Tue Feb 02 00:24:33 2010 +0200
@@ -91,7 +91,7 @@
 	};
 
 const TInt KHarvesterGetRootDirFlags = EDirsFirst;
-const TInt KHarvesterGetDirFlags = ESortByDate | EDescending | EDirsFirst;
+const TInt KHarvesterGetDirFlags = ESortByDate | EAscending | EDirsFirst;
 
 const TInt KOriginIgnored = 255;
 const TInt KOriginFastHarvest = 254;
@@ -101,6 +101,9 @@
 const CActive::TPriority KHarvesterPriorityComposerPlugin = CActive::EPriorityStandard;
 const CActive::TPriority KHarvesterPriorityHarvestingPlugin = CActive::EPriorityStandard;
 
+// Between Standard and UserInput to allow components to react to important events correctly
+const TInt KHarvesterCustomImportantPriority = 5;
+
 #endif