diff -r 646a02f170b9 -r 3cebc1a84278 harvester/harvesterplugins/RTPPlugin/src/harvesterrtpplugin.cpp --- a/harvester/harvesterplugins/RTPPlugin/src/harvesterrtpplugin.cpp Fri Mar 12 15:44:28 2010 +0200 +++ b/harvester/harvesterplugins/RTPPlugin/src/harvesterrtpplugin.cpp Mon Mar 15 12:42:24 2010 +0200 @@ -23,6 +23,7 @@ #include "harvesterlog.h" #include "mdeobject.h" #include "mdsutils.h" +#include "harvestercommon.h" #include "mdeobjectwrapper.h" #include "harvesterrtpmetadatareader.h" #include @@ -86,6 +87,7 @@ void CHarvesterRtpPlugin::ConstructL() { WRITELOG( "CHarvesterRtpPlugin::ConstructL()" ); + SetPriority( KHarvesterPriorityHarvestingPlugin - 1 ); } // ---------------------------------------------------------------------------