mmappcomponents/mmmtpdataprovider/inc/cmmmtpdpmetadataaccesswrapper.h
branchRCL_3
changeset 19 51035f0751c2
parent 17 780c925249c1
child 23 4740b34b83ce
equal deleted inserted replaced
17:780c925249c1 19:51035f0751c2
   122 
   122 
   123     /**
   123     /**
   124     * Deletes metadata information associated with the object
   124     * Deletes metadata information associated with the object
   125     * @param aObject, the object need to be deleted
   125     * @param aObject, the object need to be deleted
   126     */
   126     */
   127     void DeleteObjectL( const CMTPObjectMetaData& aObject );
   127     IMPORT_C void DeleteObjectL( const CMTPObjectMetaData& aObject );
   128 
   128 
   129     /**
   129     /**
   130     * Set current  drive info
   130     * Set current  drive info
   131     * @param aStorageRoot, current drive info
   131     * @param aStorageRoot, current drive info
   132     */
   132     */
   226     CMmMtpDpMetadataMpxAccess* iMmMtpDpMetadataMpxAccess;
   226     CMmMtpDpMetadataMpxAccess* iMmMtpDpMetadataMpxAccess;
   227     CMmMtpDpMetadataVideoAccess* iMmMtpDpMetadataVideoAccess;
   227     CMmMtpDpMetadataVideoAccess* iMmMtpDpMetadataVideoAccess;
   228     TBool iOpenSession;
   228     TBool iOpenSession;
   229 
   229 
   230     MMTPDataProviderFramework& iFramework;
   230     MMTPDataProviderFramework& iFramework;
   231     RFs& iFs;	// should not remove this member data!!!
   231     RFs& iFs;    // should not remove this member data!!!
   232 
   232 
   233     CDesCArray* iAbstractMediaArray;
   233     CDesCArray* iAbstractMediaArray;
   234 
   234 
   235     };
   235     };
   236 
   236