voicerecorder/AppSrc/CVRAppUi.h
branchRCL_3
changeset 19 2f5c9ee7098c
parent 13 4e5b531d23cb
equal deleted inserted replaced
17:41c99112ff9d 19:2f5c9ee7098c
   116 		* interface.
   116 		* interface.
   117 		* @return pointer to the active view as MVRSelectionProvider.
   117 		* @return pointer to the active view as MVRSelectionProvider.
   118 		*/
   118 		*/
   119 		MVRSelectionProvider* SelectionProviderL();
   119 		MVRSelectionProvider* SelectionProviderL();
   120 
   120 
   121        	
       
   122        	/**
       
   123        	* This method show a dialog to warn user to insert the SD card.
       
   124        	* @return if user insert the SD card or not
       
   125        	*/
       
   126        	static TBool ShowDialogForWaitStorageCardL();
       
   127        	
       
   128         /**
       
   129         * This method show a dialog to warn user to plug the usb cable.
       
   130         * @return if user plug the usb cable or not
       
   131         */
       
   132         static TBool ShowDialogForWaitUSBPluggingOutL();       	
       
   133        	
       
   134        	/**
       
   135        	 * Make user insert the SD card, and choose SD card as the memo storage
       
   136        	 */
       
   137        	void SetDriveL();
       
   138 
       
   139 	private: // data
   121 	private: // data
   140 		/**
   122 		/**
   141 		* CActiveScheduler wrapper object. Owned.
   123 		* CActiveScheduler wrapper object. Owned.
   142 		*/
   124 		*/
   143 		CActiveSchedulerWait iActiveWait;
   125 		CActiveSchedulerWait iActiveWait;