phoneapp/phoneuiview/inc/cphoneview.h
branchRCL_3
changeset 6 38529f706030
parent 0 5f000ab63145
child 10 ba54057fe027
equal deleted inserted replaced
5:2a26698d78ba 6:38529f706030
    88         * Sets the security mode flag ETrue or EFalse
    88         * Sets the security mode flag ETrue or EFalse
    89         * @param aStatus ETrue for the security mode. EFalse for the 
    89         * @param aStatus ETrue for the security mode. EFalse for the 
    90         * normal mode.
    90         * normal mode.
    91         */ 
    91         */ 
    92         void SetSecurityMode ( TBool aStatus );
    92         void SetSecurityMode ( TBool aStatus );
    93         
       
    94         /**
       
    95         * Get state of the security mode flag
       
    96         * @return aStatus ETrue for the security mode. EFalse for the 
       
    97         * normal mode.
       
    98         */         
       
    99         TBool IsSecurityMode();
       
   100         
    93         
   101         /**
    94         /**
   102         * Gets the previous app flag value.
    95         * Gets the previous app flag value.
   103         */ 
    96         */ 
   104         TBool GetActivatePreviousApp();
    97         TBool GetActivatePreviousApp();