phoneapp/phoneuistates/inc/cphoneconferenceandsingleandwaiting.h
branchRCL_3
changeset 61 41a7f70b3818
parent 15 2a26698d78ba
child 62 5266b1f337bd
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
    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         /**
    65         virtual void HandleKeyEventL( 
    66         * HandleError
    66             const TKeyEvent& aKeyEvent,
    67         * Implements error handling framework
    67             TEventCode aEventCode );
    68         * @param aErrorInfo: the error info
       
    69         */
       
    70         IMPORT_C virtual void HandleErrorL( 
       
    71             const TPEErrorInfo& aErrorInfo ); 
       
    72         
    68         
    73     protected:
    69     protected:
    74 
    70 
    75         /**
    71         /**
    76         * By default EPOC constructor is private.
    72         * By default EPOC constructor is private.
    82         
    78         
    83         /**
    79         /**
    84         * ConstructL()
    80         * ConstructL()
    85         */
    81         */
    86         virtual void ConstructL();
    82         virtual void ConstructL();
    87         
       
    88         virtual void OpenMenuBarL();
       
    89         
    83         
    90         virtual void HandleIdleL( TInt aCallId );
    84         virtual void HandleIdleL( TInt aCallId );
    91         
    85         
    92         virtual void HandleConferenceIdleL();
    86         virtual void HandleConferenceIdleL();
    93         
    87