--- a/voicerecorder/RecViewSrc/CVRRecViewModel.h Mon Jun 21 15:43:26 2010 +0300
+++ b/voicerecorder/RecViewSrc/CVRRecViewModel.h Thu Aug 19 09:57:40 2010 +0300
@@ -432,7 +432,23 @@
*/
TVRQuality Quality() const;
-
+ /**
+ * Send exit event to UI
+ */
+ void SendExitEvent();
+
+ /**
+ * Set the value of iIsDriveReady.
+ * @param The new value of iIsDriveReady.
+ */
+ void SetIsDriveReady(TBool aIsDriveReady);
+
+ /**
+ * Get the value of iIsDriveReady.
+ * @return The value of iIsDriveReady.
+ */
+ TBool GetIsDriveReady();
+
private: // new methods
/**
@@ -735,6 +751,11 @@
* causes no action.
*/
TBool iCBAEnabled;
+
+ /**
+ * To judge whether the current drive is ready for recording
+ */
+ TBool iIsDriveReady;
};
#endif // __CVRRECVIEWMODEL_H__