phoneapp/phoneuistates/inc/cphoneconferenceandwaitingandcallsetup.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62: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         /**
       
    68         * HandleError
       
    69         * Implements error handling framework
       
    70         * @param aErrorInfo: the error info
       
    71         */
       
    72         IMPORT_C virtual void HandleErrorL( 
       
    73             const TPEErrorInfo& aErrorInfo ); 
    67 
    74 
    68     protected:
    75     protected:
    69 
    76 
    70         /**
    77         /**
    71         * By default EPOC constructor is private.
    78         * By default EPOC constructor is private.
    76             MPhoneCustomization* aPhoneCustomization );
    83             MPhoneCustomization* aPhoneCustomization );
    77         
    84         
    78         /**
    85         /**
    79         * ConstructL()
    86         * ConstructL()
    80         */
    87         */
    81         virtual void ConstructL();   
    88         virtual void ConstructL();
       
    89         
       
    90         virtual void OpenMenuBarL();        
    82 
    91 
    83         virtual void UpdateInCallCbaL();
    92         virtual void UpdateInCallCbaL();
    84         
    93         
    85         virtual void HandleConferenceIdleL();
    94         virtual void HandleConferenceIdleL();
    86         
    95         
    87         virtual void HandleIdleL( TInt aCallId );
    96         virtual void HandleIdleL( TInt aCallId );
    88         
    97         
    89         
    98         
    90      private:
    99      private:
    91 
   100 
    92         void HandleConnectingL( TInt aCallId );
   101 		void HandleConnectingL( TInt aCallId );
    93         
   102 		
    94         void HandleConnectedL( TInt aCallId );
   103 		void HandleConnectedL( TInt aCallId );
    95         
   104 		
    96         void UpdateConnectingCbaL();
   105 		void UpdateConnectingCbaL();
    97         
   106 		
    98      private:
   107      private:
    99          
   108          
   100          /**
   109          /**
   101          * Status of ConferenceAndWaitingAndCallSetup alerting
   110          * Status of ConferenceAndWaitingAndCallSetup alerting
   102          */
   111          */
   103          TBool iAlerting;
   112          TBool iAlerting;
   104         
   113 		
   105     };
   114     };
   106 
   115 
   107 #endif // CPHONECONFERENCEANDWAITINGANDCALLSETUP_H
   116 #endif // CPHONECONFERENCEANDWAITINGANDCALLSETUP_H
   108 
   117 
   109 // End of File
   118 // End of File