phoneapp/phoneuicontrol/inc/mphonelockinfo.h
changeset 77 2be0b271d017
parent 0 5f000ab63145
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
    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