phoneclientserver/CallUI/Inc/CaUiEngine/CaUiDialogs.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phoneclientserver/CallUI/Inc/CaUiEngine/CaUiDialogs.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/phoneclientserver/CallUI/Inc/CaUiEngine/CaUiDialogs.h	Tue Aug 31 15:45:17 2010 +0300
@@ -21,8 +21,9 @@
 
 // Includes
 
-#include "PhCltTypes.h"
-#include "CaUiVoIPExtension.h"
+#include "phclttypes.h" 
+#include "cauivoipextension.h" 
+
 // Forward declarations
 
 class CCaUiEngine;
@@ -58,16 +59,16 @@
     
     public:
     
-    	/**
+        /**
         * Two-phased constructor.
         * @return an instance of CCaUiDialogs.
         */
-	    static CCaUiDialogs* NewL( CCaUiEngine& aCaUiEngine );
+        static CCaUiDialogs* NewL( CCaUiEngine& aCaUiEngine );
     
-	    /**
-	    * Destructor.
-	    */
-	    virtual ~CCaUiDialogs();
+        /**
+        * Destructor.
+        */
+        virtual ~CCaUiDialogs();
     
         /**
         * Launch a query whether video call will be created with long 
@@ -75,8 +76,8 @@
         * 
         * @return The selection user made
         */
-	    TInt QueryVideoCallDefaultActionL();
-	    
+        TInt QueryVideoCallDefaultActionL();
+        
         /**
         * Launch a list query asking what type of call the caller wants
         * to make.