phoneapp/phoneuiutils/inc/cphonestorage.h
changeset 77 2be0b271d017
parent 0 5f000ab63145
--- a/phoneapp/phoneuiutils/inc/cphonestorage.h	Fri Sep 17 08:29:19 2010 +0300
+++ b/phoneapp/phoneuiutils/inc/cphonestorage.h	Mon Oct 04 00:16:48 2010 +0300
@@ -39,43 +39,7 @@
     IMPORT_C static CPhoneStorage* NewL();
 
     IMPORT_C virtual ~CPhoneStorage();
-    
-    /**
-     * AppendBlockedKeysListL.
-     *
-     * @since S60 v5.0
-     */
-    IMPORT_C void AppendBlockedKeysListL( TStdScanCode aScanCode );
-    
-    /**
-     * GetBlockedKeyList.
-     *
-     * @since S60 v5.0
-     */
-    IMPORT_C const RArray<TInt>& GetBlockedKeyList() const;
-
-    /**
-     * ResetBlockedKeysList.
-     *
-     * @since S60 v5.0
-     */
-    IMPORT_C void ResetBlockedKeysList();
-
-    /**
-     * IsBlockedKeysListEmpty.
-     */
-    IMPORT_C TBool IsBlockedKeysListEmpty();
-
-    /**
-     * SetScreenLocked.
-     */
-    IMPORT_C void SetScreenLocked( TBool aLocked );
-    
-    /**
-     * IsScreenLocked.
-     */
-    IMPORT_C TBool IsScreenLocked();
-    
+        
     /**
      * SetNeedToEnableKeylock.
      */
@@ -93,13 +57,7 @@
     void ConstructL();
     
 private: // data
-
-     // Blocked key list
-     RArray<TInt> iBlockedKeysScanCode;
-     
-     // Is touch screen locked there is an incoming call
-     TBool iIsScreenLocked;
-     
+    
      // ETrue, if keylock must enable when call ends
      TBool iNeedToEnableKeylock;
     };