phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerDialCall.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerDialCall.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerDialCall.h	Tue Aug 31 15:45:17 2010 +0300
@@ -21,8 +21,8 @@
 #define CPHONEHANDLERDIALCALL_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( CPhoneHandlerDialCall ) : public CPhoneHandlerCallBase
-											 
+                                             
     {
     public:  // Constructors and destructor
         
@@ -52,9 +52,9 @@
         * Two-phased constructor.
         */
         static CPhoneHandlerDialCall* NewL(
-        		CPhoneHandlerControl& aControl, 
-           		TRemConExtCallHandlingApiOperationId aOperation
-        			= ERemConExtDialCall );
+                CPhoneHandlerControl& aControl, 
+                TRemConExtCallHandlingApiOperationId aOperation
+                    = ERemConExtDialCall );
         
         /**
         * Destructor.
@@ -62,7 +62,7 @@
         virtual ~CPhoneHandlerDialCall();
 
     public: // New functions
-   	
+    
     public: // Functions from base classes
 
          /**
@@ -97,15 +97,15 @@
         /**
         * C++ default constructor.
         */
-        CPhoneHandlerDialCall(     	
-        	CPhoneHandlerControl& aControl, 
-        	TRemConExtCallHandlingApiOperationId aOperation );
+        CPhoneHandlerDialCall(      
+            CPhoneHandlerControl& aControl, 
+            TRemConExtCallHandlingApiOperationId aOperation );
        
         /**
         * By default Symbian 2nd phase constructor is private.
         */
         void ConstructL();
-	
+    
     public:     // Data
     
     protected:  // Data