phoneclientserver/phoneclient/Inc/ExtCall/ExtCall_Aiw/CPhCltExtPhoneDialData.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phoneclientserver/phoneclient/Inc/ExtCall/ExtCall_Aiw/CPhCltExtPhoneDialData.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/phoneclientserver/phoneclient/Inc/ExtCall/ExtCall_Aiw/CPhCltExtPhoneDialData.h	Tue Aug 31 15:45:17 2010 +0300
@@ -24,7 +24,7 @@
 #include <e32base.h>
 #include <s32mem.h>
 #include <bldvariant.hrh>
-#include "PhCltTypes.h"
+#include "phclttypes.h" 
 #include <cphcltdialdata.h> // Phone Client Notify API
 
 
@@ -145,12 +145,12 @@
         IMPORT_C static CPhCltExtPhoneDialData* NewLC();
         
         
-       	/**
+        /**
         * Two-phased constructor.
         */
         IMPORT_C static CPhCltExtPhoneDialData* NewL( const TDesC8& aPackage );
         
-       	/**
+        /**
         * Two-phased constructor.
         */
         IMPORT_C static CPhCltExtPhoneDialData* NewLC( const TDesC8& aPackage );
@@ -160,7 +160,7 @@
         */
         IMPORT_C virtual ~CPhCltExtPhoneDialData();
 
-  	public: // New functions
+    public: // New functions
     
         /**
         * Fills the parameter list.
@@ -213,7 +213,7 @@
         * End other calls param.
         * @since Series 60 3.2
         * @return Returns ETrue if other calls will be terminated.
-        *				  EFalse if calls are not terminated.
+        *                 EFalse if calls are not terminated.
         */
         IMPORT_C TBool EndOtherCalls() const;
         
@@ -303,9 +303,9 @@
          */
         IMPORT_C const TDesC& UUI() const;
         
-	public: // Access - Setters
-	
-		/**
+    public: // Access - Setters
+    
+        /**
         * Set whether the name entered in SetName should be matched
         * against the personal directory.
         * @since Series 60 3.2
@@ -315,8 +315,8 @@
         * @param aAllowMatch Whether to allow matches.
         */
         IMPORT_C  void SetAllowMatch( TBool aAllowMatch );
-	
-		/**
+    
+        /**
         * Set the bearer capability.
         * @since Series 60 3.2
         * @param aBearer The bearer capabilities as defined in GSM 04.08.
@@ -469,9 +469,9 @@
                       
     // Constructors
     
-	 private: 
-	 
-  		/**
+     private: 
+     
+        /**
         * C++ default constructor.
         * @since Series 60 3.2
         */