harvester/monitorplugins/mmcplugin/inc/mmcmounttaskao.h
changeset 40 910a23996aa0
parent 3 b73a2e62868f
child 48 1389872e7c51
equal deleted inserted replaced
38:5210ffae7137 40:910a23996aa0
    44 			};
    44 			};
    45 
    45 
    46 		static CMMCMountTaskAO* NewL();	
    46 		static CMMCMountTaskAO* NewL();	
    47 		virtual ~CMMCMountTaskAO();
    47 		virtual ~CMMCMountTaskAO();
    48 		
    48 		
    49 		void StartMount( TMountData& aMountData );
    49 		void StartMountL( TMountData& aMountData );
    50 		void StartUnmount( TMountData& aMountData );
    50 		void StartUnmountL( TMountData& aMountData );
    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 		/**