diff -r aa5a574040a4 -r a3cc46f37772 harvester/common/inc/harvestercommon.h --- a/harvester/common/inc/harvestercommon.h Tue Jul 06 14:44:37 2010 +0300 +++ b/harvester/common/inc/harvestercommon.h Fri Sep 17 16:54:49 2010 +0300 @@ -98,6 +98,7 @@ const TInt KOriginIgnored = 255; const TInt KOriginFastHarvest = 254; +const TInt KOriginIgnoreAttribsChanged = 253; const CActive::TPriority KHarvesterPriorityContextEngine = CActive::EPriorityUserInput; const CActive::TPriority KHarvesterPriorityMonitorPlugin = CActive::EPriorityUserInput; @@ -106,6 +107,8 @@ // Between Standard and UserInput to allow components to react to important events correctly const TInt KHarvesterCustomImportantPriority = 5; +// Higher than MonitorPlugin priority but lower than High. Highest priority within Harvester +const TInt KHarvesterServerHighPriority = 11; #endif