phoneapp/phoneuicontrol/inc/cphonestateincall.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
--- a/phoneapp/phoneuicontrol/inc/cphonestateincall.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuicontrol/inc/cphonestateincall.h	Fri Mar 19 09:28:42 2010 +0200
@@ -231,12 +231,12 @@
         */
         void LaunchNewCallSearchDialogL();
               
-		/**
+        /**
         * Sends command to view for 'Lock keypad'
         */
         void LockKeypadL();
         
-		/**
+        /**
         * Handle successful single item fetch.
         */
         void HandleSuccessFetchedNumberL();
@@ -285,12 +285,12 @@
         
     private:
     
-    	/**
-    	* Special timer for preventing recursive calls
-    	* which would otherwise occur with multiple
-    	* wait characters in a DTMF string.
-    	*/
-    	CPhoneDtmfWaitCharTimer* iDtmfWaitCharTimer;
+        /**
+        * Special timer for preventing recursive calls
+        * which would otherwise occur with multiple
+        * wait characters in a DTMF string.
+        */
+        CPhoneDtmfWaitCharTimer* iDtmfWaitCharTimer;
   
     
     };