harvester/common/inc/harvestercommon.h
branchRCL_3
changeset 20 f23c07ec56e2
parent 19 b73252188534
child 21 85f623e1ef41
equal deleted inserted replaced
19:b73252188534 20:f23c07ec56e2
   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 to ensure server can answer to all
   110 // Higher than MonitorPlugin priority but lower than High. Highest priority within Harvester
   111 // connection requests as fast as possible
   111 const TInt KHarvesterServerHighPriority = 11;
   112 const TInt KHarvesterServerSessionPriority = 11;
       
   113 
   112 
   114 #endif
   113 #endif
   115 
   114 
   116 
   115