harvester/harvesterplugins/WMVPlugin/src/harvesterwmvplugin.cpp
branchRCL_3
changeset 15 3cebc1a84278
parent 8 6752808b2036
child 17 50de4d668bb6
equal deleted inserted replaced
14:646a02f170b9 15:3cebc1a84278
    19 #include <caf/content.h>
    19 #include <caf/content.h>
    20 
    20 
    21 #include "mdsutils.h"
    21 #include "mdsutils.h"
    22 #include "harvesterdata.h"
    22 #include "harvesterdata.h"
    23 #include "harvesterlog.h"
    23 #include "harvesterlog.h"
       
    24 #include "harvestercommon.h"
    24 #include "harvesterwmvplugin.h"
    25 #include "harvesterwmvplugin.h"
    25 #include <mdenamespacedef.h>
    26 #include <mdenamespacedef.h>
    26 #include <mdeobjectdef.h>
    27 #include <mdeobjectdef.h>
    27 #include "mdeobject.h"
    28 #include "mdeobject.h"
    28 #include "mdetextproperty.h"
    29 #include "mdetextproperty.h"
    75 // ---------------------------------------------------------------------------
    76 // ---------------------------------------------------------------------------
    76 //
    77 //
    77 CHarvesterWMVPlugin::~CHarvesterWMVPlugin()
    78 CHarvesterWMVPlugin::~CHarvesterWMVPlugin()
    78     {
    79     {
    79     WRITELOG( "CHarvesterWMVPlugin::~CHarvesterWMVPlugin()" );
    80     WRITELOG( "CHarvesterWMVPlugin::~CHarvesterWMVPlugin()" );
       
    81     delete iPropDefs;
    80     }
    82     }
    81 
    83 
    82 // ---------------------------------------------------------------------------
    84 // ---------------------------------------------------------------------------
    83 // Harvest file
    85 // Harvest file
    84 // ---------------------------------------------------------------------------
    86 // ---------------------------------------------------------------------------
   152 // ---------------------------------------------------------------------------
   154 // ---------------------------------------------------------------------------
   153 //
   155 //
   154 void CHarvesterWMVPlugin::ConstructL()
   156 void CHarvesterWMVPlugin::ConstructL()
   155     {
   157     {
   156     WRITELOG( "CHarvesterWMVPlugin::ConstructL()" );
   158     WRITELOG( "CHarvesterWMVPlugin::ConstructL()" );
       
   159     SetPriority( KHarvesterPriorityHarvestingPlugin - 1 );
   157     }
   160     }
   158 
   161 
   159 // ---------------------------------------------------------------------------
   162 // ---------------------------------------------------------------------------
   160 // GatherDataL
   163 // GatherDataL
   161 // ---------------------------------------------------------------------------
   164 // ---------------------------------------------------------------------------