phoneapp/phoneuiview/inc/cphonetoolbarcontroller.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 62 5266b1f337bd
--- a/phoneapp/phoneuiview/inc/cphonetoolbarcontroller.h	Wed Sep 15 12:12:21 2010 +0300
+++ b/phoneapp/phoneuiview/inc/cphonetoolbarcontroller.h	Wed Oct 13 14:31:22 2010 +0300
@@ -67,41 +67,13 @@
     * Disables toolbar
     */ 
     void HideToolbar();	
-
-    /**
-    * Sets mute flag.
-    * @param aCommandParam command parameter
-    */        
+    
     void SetMuteFlag( TPhoneCommandParam* aCommandParam );
 
-    /**
-    * Sets integrated handsfree in use -flag.
-    * @param aCommandParam command parameter
-    */        
     void SetIhfFlag( TPhoneCommandParam* aCommandParam );
-
-    /**
-    * Sets wired accessory in use -flag.
-    * @param aCommandParam command parameter
-    */        
+    
     void SetWiredAccFlag( TPhoneCommandParam* aCommandParam );
-
-    /**
-    * Sets Bluetooth accessory in use -flag.
-    * @param aCommandParam command parameter
-    */    
-    void SetBTAccFlag( TPhoneCommandParam* aCommandParam );
-
-    /**
-    * Sets Bluetooth accessory is available -flag.
-    * @param aCommandParam command parameter
-    */        
-    void SetBTAccAvailableFlag( TPhoneCommandParam* aCommandParam );
-
-    /**
-    * Sets call is in progress state -flag.
-    * @param aCommandParam command parameter
-    */        
+    
     void SetCallInProgressFlag( TPhoneCommandParam* aCommandParam ); 
     
     /**
@@ -199,23 +171,13 @@
      * CoeEnv 
      */
     CCoeEnv& iCoeEnv;    
-    
-    // Muted or not
+        
     TBool iMuteFlag;
     
-    // Integrated handsfree in use or not
     TBool iIhfFlag;
     
-    // Wired accessory in use or not
     TBool iWiredAccFlag;
     
-    // Bluetooth accessory in use or not
-    TBool iBTAccFlag;
-    
-    // Bluetooth accessory is available or not
-    TBool iBTAccAvailableFlag;
-    
-    // A call is progressing or not
     TBool iCallInProgress;
 
     // Dim activate IHF button