--- a/harvester/harvesterplugins/OMADRMPlugin/inc/harvesteromadrmplugin.h Fri Mar 19 09:38:01 2010 +0200
+++ b/harvester/harvesterplugins/OMADRMPlugin/inc/harvesteromadrmplugin.h Fri Apr 16 15:23:55 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();