--- a/harvester/harvesterplugins/OMADRMPlugin/inc/harvesteromadrmplugin.h Mon Mar 15 12:42:24 2010 +0200
+++ b/harvester/harvesterplugins/OMADRMPlugin/inc/harvesteromadrmplugin.h Wed Mar 31 22:19:07 2010 +0300
@@ -58,6 +58,7 @@
TBuf<KMaxDataTypeLength> iDescription;
TBuf<KMaxDataTypeLength> iTitle;
TBuf<KMaxDataTypeLength> iAuthor;
+ TBuf<KMaxDataTypeLength> iGenre;
TInt64 iFileSize;
TTime iModified;
TBool iDrmProtected;
@@ -81,6 +82,7 @@
CMdEPropertyDef* iDrmPropertyDef;
CMdEPropertyDef* iDescriptionPropertyDef;
CMdEPropertyDef* iAuthorPropertyDef;
+ CMdEPropertyDef* iGenrePropertyDef;
private:
CHarvesterOmaDrmPluginPropertyDefs();