diff -r c84cf270c54f -r 8871b09be73b phoneapp/phoneuiview/inc/cphonemenucontroller.h --- a/phoneapp/phoneuiview/inc/cphonemenucontroller.h Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneuiview/inc/cphonemenucontroller.h Fri Feb 19 22:50:26 2010 +0200 @@ -116,7 +116,11 @@ void SendAiwCommandL( TPhoneCommandParam* aCommandParam ); void SetContextMenu( TPhoneCommandParam* aCommandParam ); - + + void SetInvalidCsPhoneNumberFlag( TPhoneCommandParam* aCommandParam ); + + void GetInvalidCsPhoneNumberFlag( TPhoneCommandParam* aCommandParam ); + public: //from base class void HandlePropertyChangedL( @@ -181,6 +185,8 @@ TBool iAllowDtmfOptionsFlag; TBool iVoipEnabledFlag; TBool iHideVideoCallDTMFVisibility; + TBool iInvalidCsPhoneNumber; + // Eikon environment delivered from CPhoneViewController CEikonEnv& iEikEnv; // Pointer to AIW service handler. OWNED.