diff -r 2872ae438bf7 -r e538444823de harvester/monitorplugins/mmcplugin/inc/mmcmounttaskao.h --- a/harvester/monitorplugins/mmcplugin/inc/mmcmounttaskao.h Wed Sep 15 12:40:59 2010 +0300 +++ b/harvester/monitorplugins/mmcplugin/inc/mmcmounttaskao.h Wed Oct 13 15:02:02 2010 +0300 @@ -46,16 +46,16 @@ static CMMCMountTaskAO* NewL(); virtual ~CMMCMountTaskAO(); - void StartMountL( TMountData& aMountData ); - void StartUnmountL( TMountData& aMountData ); + void StartMount( TMountData& aMountData ); + void StartUnmount( TMountData& aMountData ); void SetMonitorObserver( MMonitorPluginObserver& aObserver ); void SetMdeSession( CMdEHarvesterSession* aSession ); void SetHarvesterPluginFactory( CHarvesterPluginFactory* aPluginFactory ); /** - * Returns internal hard drive's media id if the device has one. + * Returns internal hard drive's media id if the device has one. 0 if not or drive is not present */ - TUint32 GetInternalDriveMediaId( TBool& aPresent ); + TUint32 GetInternalDriveMediaId(); void SetCachingStatus( TBool aCachingStatus );