phoneapp/phoneuistates/inc/cphonesingleandcallsetupandwaiting.h
branchRCL_3
changeset 25 5266b1f337bd
parent 24 41a7f70b3818
equal deleted inserted replaced
24:41a7f70b3818 25:5266b1f337bd
    62 
    62 
    63         virtual void HandleKeyMessageL(
    63         virtual void HandleKeyMessageL(
    64             TPhoneKeyEventMessages aMessage,
    64             TPhoneKeyEventMessages aMessage,
    65             TKeyCode aCode );
    65             TKeyCode aCode );
    66 
    66 
    67             
    67         /**
       
    68         * HandleError
       
    69         * Implements error handling framework
       
    70         * @param aErrorInfo: the error info
       
    71         */
       
    72         IMPORT_C virtual void HandleErrorL( 
       
    73             const TPEErrorInfo& aErrorInfo ); 
       
    74 
    68     protected:
    75     protected:
    69 
    76 
    70         /**
    77         /**
    71         * By default EPOC constructor is private.
    78         * By default EPOC constructor is private.
    72         */
    79         */
    77         
    84         
    78         /**
    85         /**
    79         * ConstructL()
    86         * ConstructL()
    80         */
    87         */
    81         virtual void ConstructL();
    88         virtual void ConstructL();
       
    89         
       
    90         /**
       
    91         * Open menu bar
       
    92         */
       
    93         virtual void OpenMenuBarL();
    82         
    94         
    83         virtual void UpdateInCallCbaL();
    95         virtual void UpdateInCallCbaL();
    84             
    96             
    85      private:
    97      private:
    86      
    98