voicerecorder/RecViewSrc/CVRRecViewModel.h
branchRCL_3
changeset 29 c9b63fff5abf
parent 25 c6bafb5162d8
--- a/voicerecorder/RecViewSrc/CVRRecViewModel.h	Wed Sep 15 12:15:47 2010 +0300
+++ b/voicerecorder/RecViewSrc/CVRRecViewModel.h	Wed Oct 13 14:34:59 2010 +0300
@@ -432,23 +432,7 @@
 		*/
 		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
 
 		/**
@@ -751,11 +735,6 @@
 		* causes no action.
 		*/
 		TBool iCBAEnabled;
-		
-	    /**
-	     * To judge whether the current drive is ready for recording
-	     */
-	    TBool iIsDriveReady;
 	};
 
 #endif // __CVRRECVIEWMODEL_H__