phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerEndCall.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerEndCall.h	Tue Aug 31 15:45:17 2010 +0300
+++ b/phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerEndCall.h	Wed Sep 01 12:15:03 2010 +0100
@@ -20,8 +20,8 @@
 #define CPHONEHANDLERENDCALL_H
 
 //  INCLUDES
-#include "phonehandlercallbase.h" 
-#include <RemConExtensionApi.h> 
+#include "PhoneHandlerCallBase.h"
+#include <RemConExtensionApi.h>
 
 // CONSTANTS
 
@@ -43,7 +43,7 @@
 *  @since S60 3.1
 */
 NONSHARABLE_CLASS( CPhoneHandlerEndCall ) : public CPhoneHandlerCallBase
-                                            
+							 				
     {
     public:  // Constructors and destructor
         
@@ -51,9 +51,9 @@
         * Two-phased constructor.
         */
         static CPhoneHandlerEndCall* NewL( 
-                        CPhoneHandlerControl& aControl,
-                        TRemConExtCallHandlingApiOperationId aOperation
-                            = ERemConExtEndCall );
+        				CPhoneHandlerControl& aControl,
+        				TRemConExtCallHandlingApiOperationId aOperation
+        					= ERemConExtEndCall );
         
         /**
         * Destructor.
@@ -97,14 +97,14 @@
         * C++ default constructor.
         */
         CPhoneHandlerEndCall( 
-                CPhoneHandlerControl& aControl, 
-                TRemConExtCallHandlingApiOperationId aOperation );
+        		CPhoneHandlerControl& aControl, 
+        		TRemConExtCallHandlingApiOperationId aOperation );
         
         /**
         * By default Symbian 2nd phase constructor is private.
         */
         void ConstructL();
-        
+		
     public:     // Data
           
     protected:  // Data