phoneapp/phoneuivoipextension/inc/cphonevoiperrormessageshandler.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *       Class that does processing for Phone Engine messages that are common
    15 * 		Class that does processing for Phone Engine messages that are common
    16 *       for all VoIP states. Most of the GSM states are intressed of these 
    16 *		for all VoIP states. Most of the GSM states are intressed of these 
    17 *       messages but due to the class architecture they don't have any single
    17 *		messages but due to the class architecture they don't have any single
    18 *       state class to be put into. This class exists to minimize duplicate
    18 *		state class to be put into. This class exists to minimize duplicate
    19 *       code so that not every VoIP class need to implement these same handlings
    19 *		code so that not every VoIP class need to implement these same handlings
    20 *       for the same messages.
    20 *		for the same messages.
    21 *
    21 *
    22 */
    22 */
    23 
    23 
    24 
    24 
    25 #ifndef __CPHONEVOIPERRORMESSAGESHANDLER_H
    25 #ifndef __CPHONEVOIPERRORMESSAGESHANDLER_H
    93         void ShowErrorNoteWithServiceNameL( 
    93         void ShowErrorNoteWithServiceNameL( 
    94             TInt aResourceId, 
    94             TInt aResourceId, 
    95             TUint32 aServiceId );
    95             TUint32 aServiceId );
    96         
    96         
    97     protected:
    97     protected:
    98         
    98    		
    99         CPhoneVoIPErrorMessagesHandler( 
    99         CPhoneVoIPErrorMessagesHandler( 
   100             MPhoneViewCommandHandle* aViewCommandHandle,
   100         	MPhoneViewCommandHandle* aViewCommandHandle,
   101             MPhoneStateMachine* aPhoneStateMachine );
   101         	MPhoneStateMachine* aPhoneStateMachine );
   102             
   102             
   103         void ConstructL();
   103         void ConstructL();
   104 
   104 
   105     private:
   105     private:
   106 
   106