phoneapp/phoneuistates/inc/cphoneerrormessageshandler.h
branchRCL_3
changeset 26 8baf28733c3d
parent 25 5266b1f337bd
equal deleted inserted replaced
25:5266b1f337bd 26:8baf28733c3d
   112         
   112         
   113         /**
   113         /**
   114         * Return ETrue if voice call.
   114         * Return ETrue if voice call.
   115         */
   115         */
   116         TBool IsVoiceCall( const TInt aCallId ) const;
   116         TBool IsVoiceCall( const TInt aCallId ) const;
       
   117         
       
   118         /**
       
   119          * Variation for error notes KTelephonyLVFlagClearCodeCustomization
       
   120          */
       
   121         TInt ResourceVariation() const;
   117  
   122  
   118     protected:
   123     protected:
   119 		
   124 		
   120 		/**
   125 		/**
   121 		* Handle for sending view commands.
   126 		* Handle for sending view commands.
   122 		*/
   127 		*/
   123 		MPhoneViewCommandHandle* iViewCommandHandle;
   128 		MPhoneViewCommandHandle* iViewCommandHandle;
   124 		
   129 		
   125 		MPhoneStateMachine* iStateMachine;
   130 		MPhoneStateMachine* iStateMachine;
       
   131 		
       
   132 		TInt iCallId;
   126 	          
   133 	          
   127     };
   134     };
   128 
   135 
   129 #endif // __CPHONEERRORMESSAGESHANDLER_H
   136 #endif // __CPHONEERRORMESSAGESHANDLER_H
   130             
   137