phoneapp/phoneuicontrol/inc/mphonelockinfo.h
changeset 74 d1c62c765e48
parent 0 5f000ab63145
equal deleted inserted replaced
65:2a5d4ab426d3 74:d1c62c765e48
    37         /**
    37         /**
    38         * Fetches autolock information - is it set on or not
    38         * Fetches autolock information - is it set on or not
    39         * @return is autolock set on (ETrue) or off (EFalse)
    39         * @return is autolock set on (ETrue) or off (EFalse)
    40         */
    40         */
    41         virtual TBool IsAutoLockOn() const = 0;
    41         virtual TBool IsAutoLockOn() const = 0;
    42 
       
    43         /**
       
    44         * Fetches keylock information - is it set on or not
       
    45         * @return is keylock set on (ETrue) or off (EFalse)
       
    46         */
       
    47         virtual TBool IsKeyLockOn() const = 0;
       
    48         
    42         
    49     };
    43     };
    50 
    44 
    51 #endif // MPhoneLockInfo_H
    45 #endif // MPhoneLockInfo_H
    52             
    46