harvester/common/inc/harvestercommon.h
changeset 54 a3cc46f37772
parent 28 c461c7fa72c2
equal deleted inserted replaced
36:aa5a574040a4 54:a3cc46f37772
    96 _LIT( KExludedThumbPath, "_PAlbTN");
    96 _LIT( KExludedThumbPath, "_PAlbTN");
    97 _LIT( KExludedMediaArtPath, ".mediaartlocal");
    97 _LIT( KExludedMediaArtPath, ".mediaartlocal");
    98 
    98 
    99 const TInt KOriginIgnored = 255;
    99 const TInt KOriginIgnored = 255;
   100 const TInt KOriginFastHarvest = 254;
   100 const TInt KOriginFastHarvest = 254;
       
   101 const TInt KOriginIgnoreAttribsChanged = 253;
   101 
   102 
   102 const CActive::TPriority KHarvesterPriorityContextEngine = CActive::EPriorityUserInput;
   103 const CActive::TPriority KHarvesterPriorityContextEngine = CActive::EPriorityUserInput;
   103 const CActive::TPriority KHarvesterPriorityMonitorPlugin = CActive::EPriorityUserInput;
   104 const CActive::TPriority KHarvesterPriorityMonitorPlugin = CActive::EPriorityUserInput;
   104 const CActive::TPriority KHarvesterPriorityComposerPlugin = CActive::EPriorityStandard;
   105 const CActive::TPriority KHarvesterPriorityComposerPlugin = CActive::EPriorityStandard;
   105 const CActive::TPriority KHarvesterPriorityHarvestingPlugin = CActive::EPriorityStandard;
   106 const CActive::TPriority KHarvesterPriorityHarvestingPlugin = CActive::EPriorityStandard;
   106 
   107 
   107 // 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
   108 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;
   109 
   112 
   110 #endif
   113 #endif
   111 
   114 
   112 
   115