phoneapp/phoneuistates/inc/cphoneconferenceandsingleandwaiting.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    60 
    60 
    61         virtual void HandleKeyMessageL(
    61         virtual void HandleKeyMessageL(
    62             TPhoneKeyEventMessages aMessage,
    62             TPhoneKeyEventMessages aMessage,
    63             TKeyCode aCode );
    63             TKeyCode aCode );
    64 
    64 
    65         virtual void HandleKeyEventL( 
    65         /**
    66             const TKeyEvent& aKeyEvent,
    66         * HandleError
    67             TEventCode aEventCode );
    67         * Implements error handling framework
       
    68         * @param aErrorInfo: the error info
       
    69         */
       
    70         IMPORT_C virtual void HandleErrorL( 
       
    71             const TPEErrorInfo& aErrorInfo ); 
    68         
    72         
    69     protected:
    73     protected:
    70 
    74 
    71         /**
    75         /**
    72         * By default EPOC constructor is private.
    76         * By default EPOC constructor is private.
    78         
    82         
    79         /**
    83         /**
    80         * ConstructL()
    84         * ConstructL()
    81         */
    85         */
    82         virtual void ConstructL();
    86         virtual void ConstructL();
       
    87         
       
    88         virtual void OpenMenuBarL();
    83         
    89         
    84         virtual void HandleIdleL( TInt aCallId );
    90         virtual void HandleIdleL( TInt aCallId );
    85         
    91         
    86         virtual void HandleConferenceIdleL();
    92         virtual void HandleConferenceIdleL();
    87         
    93