harvester/common/inc/harvestercommon.h
branchRCL_3
changeset 19 b73252188534
parent 13 4a4892eec172
child 20 f23c07ec56e2
--- a/harvester/common/inc/harvestercommon.h	Thu Jul 15 19:07:24 2010 +0300
+++ b/harvester/common/inc/harvestercommon.h	Thu Aug 19 10:20:41 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,6 +107,9 @@
 
 // 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;
 
 #endif