harvester/monitorplugins/mmcplugin/inc/mmcmounttaskao.h
branchRCL_3
changeset 21 85f623e1ef41
parent 20 f23c07ec56e2
child 22 29d87345eaeb
equal deleted inserted replaced
20:f23c07ec56e2 21:85f623e1ef41
    51 		void SetMonitorObserver( MMonitorPluginObserver& aObserver );
    51 		void SetMonitorObserver( MMonitorPluginObserver& aObserver );
    52 		void SetMdeSession( CMdEHarvesterSession* aSession );
    52 		void SetMdeSession( CMdEHarvesterSession* aSession );
    53 		void SetHarvesterPluginFactory( CHarvesterPluginFactory* aPluginFactory );
    53 		void SetHarvesterPluginFactory( CHarvesterPluginFactory* aPluginFactory );
    54 		
    54 		
    55 		/**
    55 		/**
    56 		 * Returns internal hard drive's media id if the device has one.
    56 		 * Returns internal hard drive's media id if the device has one. 0 if not or drive is not present
    57 		 */
    57 		 */
    58 		TUint32 GetInternalDriveMediaId( TBool& aPresent );
    58 		TUint32 GetInternalDriveMediaId();
    59 		
    59 		
    60         void SetCachingStatus( TBool aCachingStatus );
    60         void SetCachingStatus( TBool aCachingStatus );
    61         
    61         
    62 	protected:
    62 	protected:
    63 
    63