phoneapp/phoneuiview/inc/cphonetoolbarcontroller.h
branchRCL_3
changeset 19 544e34b3255a
parent 0 5f000ab63145
child 31 ba54057fe027
--- a/phoneapp/phoneuiview/inc/cphonetoolbarcontroller.h	Wed Mar 31 21:30:06 2010 +0300
+++ b/phoneapp/phoneuiview/inc/cphonetoolbarcontroller.h	Wed Apr 14 15:56:42 2010 +0300
@@ -72,6 +72,10 @@
 
     void SetIhfFlag( TPhoneCommandParam* aCommandParam );
     
+    void SetWiredAccFlag( TPhoneCommandParam* aCommandParam );
+    
+    void SetCallInProgressFlag( TPhoneCommandParam* aCommandParam ); 
+    
     /**
      * Dims (greys out) or undims all toolbar items.
      *
@@ -110,7 +114,15 @@
      * @param aToolbar The toolbar object pointer
      */
     void DynInitToolbarL( TInt aResourceId, CAknToolbar* aToolbar );
-      
+
+protected:
+    /**
+     * Constructor.
+     * 
+     * @param aCoeEnv 
+     */
+    CPhoneToolbarController( CCoeEnv& aCoeEnv );    
+    
 private:
 
     /**
@@ -131,12 +143,6 @@
     
     
     /**
-     * Constructor.
-     * 
-     * @param aCoeEnv 
-     */
-    CPhoneToolbarController( CCoeEnv& aCoeEnv );    
-    /**
      * Symbian 2nd phase constructor.
      * 
      */
@@ -169,6 +175,10 @@
     TBool iMuteFlag;
     
     TBool iIhfFlag;
+    
+    TBool iWiredAccFlag;
+    
+    TBool iCallInProgress;
 
     };