phoneclientserver/CallUI/Inc/CaUiEngine/CaUiDialogs.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/phoneclientserver/CallUI/Inc/CaUiEngine/CaUiDialogs.h	Tue Aug 31 15:45:17 2010 +0300
+++ b/phoneclientserver/CallUI/Inc/CaUiEngine/CaUiDialogs.h	Wed Sep 01 12:15:03 2010 +0100
@@ -21,9 +21,8 @@
 
 // Includes
 
-#include "phclttypes.h" 
-#include "cauivoipextension.h" 
-
+#include "PhCltTypes.h"
+#include "CaUiVoIPExtension.h"
 // Forward declarations
 
 class CCaUiEngine;
@@ -59,16 +58,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 
@@ -76,8 +75,8 @@
         * 
         * @return The selection user made
         */
-        TInt QueryVideoCallDefaultActionL();
-        
+	    TInt QueryVideoCallDefaultActionL();
+	    
         /**
         * Launch a list query asking what type of call the caller wants
         * to make.