phoneapp/phoneuiutils/inc/mphonestorage.h
changeset 77 2be0b271d017
parent 0 5f000ab63145
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
    33         /**
    33         /**
    34         * Destructor.
    34         * Destructor.
    35         */
    35         */
    36         virtual ~MPhoneStorage() {};
    36         virtual ~MPhoneStorage() {};
    37 
    37 
    38         virtual void AppendBlockedKeysListL( TStdScanCode aScanCode ) = 0;
       
    39         
       
    40         virtual const RArray<TInt>& GetBlockedKeyList() const = 0;
       
    41         
       
    42         virtual void ResetBlockedKeysList() = 0;
       
    43         
       
    44         virtual TBool IsBlockedKeysListEmpty() = 0;
       
    45         
       
    46         virtual void SetScreenLocked( TBool aLocked ) = 0;
       
    47         
       
    48         virtual TBool IsScreenLocked() = 0;
       
    49         
       
    50         virtual TBool NeedToEnableKeylock() = 0;
    38         virtual TBool NeedToEnableKeylock() = 0;
    51         
    39         
    52         virtual void SetNeedToEnableKeylock( TBool aEnableKeylock ) = 0;
    40         virtual void SetNeedToEnableKeylock( TBool aEnableKeylock ) = 0;
    53     };
    41     };
    54 
    42