phoneapp/phoneuiview/inc/cphonemenucontroller.h
branchRCL_3
changeset 9 8871b09be73b
parent 0 5f000ab63145
child 14 24062c24fe38
--- 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.