harvester/harvesterplugins/OMADRMPlugin/inc/harvesteromadrmplugin.h
branchRCL_3
changeset 27 4a4892eec172
parent 19 82c0024438c8
child 40 910a23996aa0
child 45 a93990e5815e
--- a/harvester/harvesterplugins/OMADRMPlugin/inc/harvesteromadrmplugin.h	Tue May 11 16:36:55 2010 +0300
+++ b/harvester/harvesterplugins/OMADRMPlugin/inc/harvesteromadrmplugin.h	Tue May 25 13:10:05 2010 +0300
@@ -83,6 +83,7 @@
 		CMdEPropertyDef* iDescriptionPropertyDef;
 		CMdEPropertyDef* iAuthorPropertyDef;
 		CMdEPropertyDef* iGenrePropertyDef;
+		CMdEPropertyDef* iDefaultFolderPropertyDef;
 	
 	private:
 		CHarvesterOmaDrmPluginPropertyDefs();
@@ -157,6 +158,15 @@
 		CHarvesterOmaDrmPluginPropertyDefs* iPropDefs;
 		
 		TInt iMaxTextLength;
+		
+        HBufC* iPhoneImagesPath;
+        HBufC* iMmcImagesPath;
+        
+        HBufC* iPhoneVideosPath;
+        HBufC* iMmcVideosPath;
+        
+        HBufC* iPhoneSoundsPath;
+        HBufC* iMmcSoundsPath;
 	};
 
 #endif // __CHarvesterOMADRMPlugin_H__