harvester/common/inc/harvestercommon.h
changeset 43 c5e73110f733
parent 28 c461c7fa72c2
child 48 1389872e7c51
--- a/harvester/common/inc/harvestercommon.h	Fri Jul 23 10:03:59 2010 +0300
+++ b/harvester/common/inc/harvestercommon.h	Fri Aug 06 09:56:02 2010 +0300
@@ -106,6 +106,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