harvester/common/inc/harvestercommon.h
branchRCL_3
changeset 21 85f623e1ef41
parent 20 f23c07ec56e2
child 22 29d87345eaeb
equal deleted inserted replaced
20:f23c07ec56e2 21:85f623e1ef41
   105 const CActive::TPriority KHarvesterPriorityComposerPlugin = CActive::EPriorityStandard;
   105 const CActive::TPriority KHarvesterPriorityComposerPlugin = CActive::EPriorityStandard;
   106 const CActive::TPriority KHarvesterPriorityHarvestingPlugin = CActive::EPriorityStandard;
   106 const CActive::TPriority KHarvesterPriorityHarvestingPlugin = CActive::EPriorityStandard;
   107 
   107 
   108 // Between Standard and UserInput to allow components to react to important events correctly
   108 // Between Standard and UserInput to allow components to react to important events correctly
   109 const TInt KHarvesterCustomImportantPriority = 5;
   109 const TInt KHarvesterCustomImportantPriority = 5;
   110 // Higher than MonitorPlugin priority but lower than High. Highest priority within Harvester
   110 // Higher than MonitorPlugin priority but lower than High to ensure server can answer to all
   111 const TInt KHarvesterServerHighPriority = 11;
   111 // connection requests as fast as possible
       
   112 const TInt KHarvesterServerSessionPriority = 11;
   112 
   113 
   113 #endif
   114 #endif
   114 
   115 
   115 
   116