harvester/harvesterplugins/RTPPlugin/src/harvesterrtpplugin.cpp
branchRCL_3
changeset 7 3cebc1a84278
parent 3 6752808b2036
child 13 4a4892eec172
equal deleted inserted replaced
6:646a02f170b9 7:3cebc1a84278
    21 #include "harvesterdata.h"
    21 #include "harvesterdata.h"
    22 #include "harvesterrtpplugin.h"
    22 #include "harvesterrtpplugin.h"
    23 #include "harvesterlog.h"
    23 #include "harvesterlog.h"
    24 #include "mdeobject.h"
    24 #include "mdeobject.h"
    25 #include "mdsutils.h"
    25 #include "mdsutils.h"
       
    26 #include "harvestercommon.h"
    26 #include "mdeobjectwrapper.h"
    27 #include "mdeobjectwrapper.h"
    27 #include "harvesterrtpmetadatareader.h"
    28 #include "harvesterrtpmetadatareader.h"
    28 #include <mdenamespacedef.h>
    29 #include <mdenamespacedef.h>
    29 #include <mdeobjectdef.h>
    30 #include <mdeobjectdef.h>
    30 
    31 
    84 // ---------------------------------------------------------------------------
    85 // ---------------------------------------------------------------------------
    85 //
    86 //
    86 void CHarvesterRtpPlugin::ConstructL()
    87 void CHarvesterRtpPlugin::ConstructL()
    87     {
    88     {
    88     WRITELOG( "CHarvesterRtpPlugin::ConstructL()" );
    89     WRITELOG( "CHarvesterRtpPlugin::ConstructL()" );
       
    90     SetPriority( KHarvesterPriorityHarvestingPlugin - 1 );
    89     }
    91     }
    90 
    92 
    91 // ---------------------------------------------------------------------------
    93 // ---------------------------------------------------------------------------
    92 // Constructor
    94 // Constructor
    93 // ---------------------------------------------------------------------------
    95 // ---------------------------------------------------------------------------