harvester/common/inc/harvestercommon.h
changeset 52 40db28bb26b8
parent 45 a93990e5815e
equal deleted inserted replaced
45:a93990e5815e 52:40db28bb26b8
    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;
   109 // 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
   110 // connection requests as fast as possible
   111 const TInt KHarvesterServerHighPriority = 11;
   111 const TInt KHarvesterServerSessionPriority = 11;
       
   112 
   112 
   113 #endif
   113 #endif
   114 
   114 
   115 
   115