--- a/voicerecorder/AppSrc/CVRAppUi.h Wed Sep 15 12:15:47 2010 +0300
+++ b/voicerecorder/AppSrc/CVRAppUi.h Wed Oct 13 14:34:59 2010 +0300
@@ -118,6 +118,24 @@
*/
MVRSelectionProvider* SelectionProviderL();
+
+ /**
+ * This method show a dialog to warn user to insert the SD card.
+ * @return if user insert the SD card or not
+ */
+ static TBool ShowDialogForWaitStorageCardL();
+
+ /**
+ * This method show a dialog to warn user to plug the usb cable.
+ * @return if user plug the usb cable or not
+ */
+ static TBool ShowDialogForWaitUSBPluggingOutL();
+
+ /**
+ * Make user insert the SD card, and choose SD card as the memo storage
+ */
+ void SetDriveL();
+
private: // data
/**
* CActiveScheduler wrapper object. Owned.