harvester/common/inc/harvestercommon.h
branchRCL_3
changeset 63 e538444823de
parent 53 29d87345eaeb
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
   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
       
   111 const TInt KHarvesterServerHighPriority = 11;
       
   112 
   110 
   113 #endif
   111 #endif
   114 
   112 
   115 
   113