harvester/monitorplugins/mmcplugin/inc/mmcmounttaskao.h
branchRCL_3
changeset 20 f23c07ec56e2
parent 19 b73252188534
child 21 85f623e1ef41
equal deleted inserted replaced
19:b73252188534 20:f23c07ec56e2
    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. 0 if not or drive is not present
    56 		 * Returns internal hard drive's media id if the device has one.
    57 		 */
    57 		 */
    58 		TUint32 GetInternalDriveMediaId();
    58 		TUint32 GetInternalDriveMediaId( TBool& aPresent );
    59 		
    59 		
    60         void SetCachingStatus( TBool aCachingStatus );
    60         void SetCachingStatus( TBool aCachingStatus );
    61         
    61         
    62 	protected:
    62 	protected:
    63 
    63