diff -r 5266b1f337bd -r 8baf28733c3d phoneapp/phoneuistates/inc/cphoneerrormessageshandler.h --- a/phoneapp/phoneuistates/inc/cphoneerrormessageshandler.h Wed Sep 01 12:30:10 2010 +0100 +++ b/phoneapp/phoneuistates/inc/cphoneerrormessageshandler.h Tue Sep 14 21:18:17 2010 +0300 @@ -114,6 +114,11 @@ * Return ETrue if voice call. */ TBool IsVoiceCall( const TInt aCallId ) const; + + /** + * Variation for error notes KTelephonyLVFlagClearCodeCustomization + */ + TInt ResourceVariation() const; protected: @@ -123,6 +128,8 @@ MPhoneViewCommandHandle* iViewCommandHandle; MPhoneStateMachine* iStateMachine; + + TInt iCallId; };