phoneapp/phoneuicontrol/inc/mphonesystemeventhandler.h
branchRCL_3
changeset 15 2a26698d78ba
parent 0 5f000ab63145
child 61 41a7f70b3818
equal deleted inserted replaced
14:24062c24fe38 15:2a26698d78ba
    93         /**
    93         /**
    94         * Handles startup of the phone application 
    94         * Handles startup of the phone application 
    95         */
    95         */
    96         virtual void HandlePhoneStartupL() = 0;
    96         virtual void HandlePhoneStartupL() = 0;
    97 
    97 
    98         /**
       
    99         * Indicates when the keylock events
       
   100         */
       
   101         virtual void HandleKeyLockEnabled( TBool aKeylockEnabled ) = 0;
       
   102         
       
   103     };
    98     };
   104 
    99 
   105 #endif      // __MPHONESYSTEMEVENTHANDLER_H   
   100 #endif      // __MPHONESYSTEMEVENTHANDLER_H   
   106             
   101             
   107 // End of File
   102 // End of File