phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerDTMF.h
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 13 e32024264ebb
--- a/phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerDTMF.h	Tue Feb 02 01:11:09 2010 +0200
+++ b/phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerDTMF.h	Fri Mar 19 09:40:14 2010 +0200
@@ -21,8 +21,8 @@
 #define CPHONEHANDLERDTMF_H
 
 //  INCLUDES
-#include "PhoneHandlerCallBase.h"
-#include <RemConExtensionApi.h>
+#include "PhoneHandlerCallBase.h" 
+#include <RemConExtensionApi.h> 
 
 // CONSTANTS
 
@@ -44,7 +44,7 @@
 *  @since S60 3.1
 */
 NONSHARABLE_CLASS( CPhoneHandlerDTMF ) : public CPhoneHandlerCallBase
-						  				 
+                                         
     {
     public:  // Constructors and destructor
         
@@ -52,10 +52,10 @@
         * Two-phased constructor.
         */
         static CPhoneHandlerDTMF* NewL(  
-        	CPhoneHandlerControl& aControl,
-        	TRemConExtCallHandlingApiOperationId aOperation 
-            	= ERemConExtGenerateDTMF
-        	);
+            CPhoneHandlerControl& aControl,
+            TRemConExtCallHandlingApiOperationId aOperation 
+                = ERemConExtGenerateDTMF
+            );
         
         /**
         * Destructor.
@@ -99,7 +99,7 @@
         * C++ default constructor.
         */
         CPhoneHandlerDTMF( CPhoneHandlerControl& aControl,
-        				   TRemConExtCallHandlingApiOperationId aOperation );
+                           TRemConExtCallHandlingApiOperationId aOperation );
 
         /**
         * By default Symbian 2nd phase constructor is private.