phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerDTMF.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerDTMF.h	Tue Aug 31 15:45:17 2010 +0300
+++ b/phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerDTMF.h	Wed Sep 01 12:15:03 2010 +0100
@@ -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.