equal
deleted
inserted
replaced
19 #include <caf/caf.h> |
19 #include <caf/caf.h> |
20 |
20 |
21 #include "mdsutils.h" |
21 #include "mdsutils.h" |
22 #include "harvesteromadrmplugin.h" |
22 #include "harvesteromadrmplugin.h" |
23 #include "harvesterlog.h" |
23 #include "harvesterlog.h" |
|
24 #include "harvestercommon.h" |
24 #include "mdeobjectwrapper.h" |
25 #include "mdeobjectwrapper.h" |
25 #include <harvesterdata.h> |
26 #include <harvesterdata.h> |
26 |
27 |
27 #include <mdenamespacedef.h> |
28 #include <mdenamespacedef.h> |
28 #include <mdeobjectdef.h> |
29 #include <mdeobjectdef.h> |
107 * 2nd phase constructor |
108 * 2nd phase constructor |
108 */ |
109 */ |
109 void CHarvesterOMADRMPlugin::ConstructL() |
110 void CHarvesterOMADRMPlugin::ConstructL() |
110 { |
111 { |
111 WRITELOG( "CHarvesterOMADRMPlugin::ConstructL()" ); |
112 WRITELOG( "CHarvesterOMADRMPlugin::ConstructL()" ); |
|
113 SetPriority( KHarvesterPriorityHarvestingPlugin - 1 ); |
112 } |
114 } |
113 |
115 |
114 void CHarvesterOMADRMPlugin::HarvestL( CHarvesterData* aHD ) |
116 void CHarvesterOMADRMPlugin::HarvestL( CHarvesterData* aHD ) |
115 { |
117 { |
116 CMdEObject& mdeObject = aHD->MdeObject(); |
118 CMdEObject& mdeObject = aHD->MdeObject(); |