phoneapp/phoneuistates/inc/cphoneerrormessageshandler.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
   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;
       
   122  
   117  
   123     protected:
   118     protected:
   124 		
   119 		
   125 		/**
   120 		/**
   126 		* Handle for sending view commands.
   121 		* Handle for sending view commands.
   127 		*/
   122 		*/
   128 		MPhoneViewCommandHandle* iViewCommandHandle;
   123 		MPhoneViewCommandHandle* iViewCommandHandle;
   129 		
   124 		
   130 		MPhoneStateMachine* iStateMachine;
   125 		MPhoneStateMachine* iStateMachine;
   131 		
       
   132 		TInt iCallId;
       
   133 	          
   126 	          
   134     };
   127     };
   135 
   128 
   136 #endif // __CPHONEERRORMESSAGESHANDLER_H
   129 #endif // __CPHONEERRORMESSAGESHANDLER_H
   137             
   130