equal
deleted
inserted
replaced
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 |