harvester/common/inc/harvestercommon.h
changeset 52 40db28bb26b8
parent 45 a93990e5815e
--- a/harvester/common/inc/harvestercommon.h	Wed Aug 18 10:12:07 2010 +0300
+++ b/harvester/common/inc/harvestercommon.h	Thu Sep 02 20:52:02 2010 +0300
@@ -98,6 +98,7 @@
 
 const TInt KOriginIgnored = 255;
 const TInt KOriginFastHarvest = 254;
+const TInt KOriginIgnoreAttribsChanged = 253;
 
 const CActive::TPriority KHarvesterPriorityContextEngine = CActive::EPriorityUserInput;
 const CActive::TPriority KHarvesterPriorityMonitorPlugin = CActive::EPriorityUserInput;
@@ -106,9 +107,8 @@
 
 // Between Standard and UserInput to allow components to react to important events correctly
 const TInt KHarvesterCustomImportantPriority = 5;
-// Higher than MonitorPlugin priority but lower than High to ensure server can answer to all
-// connection requests as fast as possible
-const TInt KHarvesterServerSessionPriority = 11;
+// Higher than MonitorPlugin priority but lower than High. Highest priority within Harvester
+const TInt KHarvesterServerHighPriority = 11;
 
 #endif