phoneapp/phoneuiutils/inc/mphonestorage.h
changeset 74 d1c62c765e48
parent 0 5f000ab63145
--- a/phoneapp/phoneuiutils/inc/mphonestorage.h	Fri Sep 03 13:33:36 2010 +0300
+++ b/phoneapp/phoneuiutils/inc/mphonestorage.h	Fri Sep 17 17:09:12 2010 +0300
@@ -35,18 +35,6 @@
         */
         virtual ~MPhoneStorage() {};
 
-        virtual void AppendBlockedKeysListL( TStdScanCode aScanCode ) = 0;
-        
-        virtual const RArray<TInt>& GetBlockedKeyList() const = 0;
-        
-        virtual void ResetBlockedKeysList() = 0;
-        
-        virtual TBool IsBlockedKeysListEmpty() = 0;
-        
-        virtual void SetScreenLocked( TBool aLocked ) = 0;
-        
-        virtual TBool IsScreenLocked() = 0;
-        
         virtual TBool NeedToEnableKeylock() = 0;
         
         virtual void SetNeedToEnableKeylock( TBool aEnableKeylock ) = 0;