--- a/harvester/common/inc/harvestercommon.h Tue Jul 06 14:44:37 2010 +0300
+++ b/harvester/common/inc/harvestercommon.h Wed Aug 18 10:12:07 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