phonesrv_plat/phone_settings_api/inc/PsetCallDiverting.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phonesrv_plat/phone_settings_api/inc/PsetCallDiverting.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/phonesrv_plat/phone_settings_api/inc/PsetCallDiverting.h	Tue Aug 31 15:45:17 2010 +0300
@@ -23,8 +23,8 @@
 //  INCLUDES           
 #include <mmretrieve.h>
 #include "nwdefs.h"             
-#include "PsetConstants.h"
-#include "MPsetCallDiverting.h"
+#include "psetconstants.h" 
+#include "mpsetcalldiverting.h" 
 
 //  FORWARD DECLARATIONS
 class CDesC16ArrayFlat;
@@ -39,10 +39,10 @@
 
 enum TSelectedLine
     {
-    EPrimaryLine,		// ALS is supported by ME & SIM and Line 1 (Primary Line) is the current line
-    EAuxiliaryLine,		// ALS is supported by ME & SIM and Line 2 (Auxiliary Line) is the current line
-    EUnknownLine,		// ALS is supported by ME & SIM but TSY can not determine line selection
-    ENotSupportedLine	// ALS is not supported either by ME or SIM or both.
+    EPrimaryLine,       // ALS is supported by ME & SIM and Line 1 (Primary Line) is the current line
+    EAuxiliaryLine,     // ALS is supported by ME & SIM and Line 2 (Auxiliary Line) is the current line
+    EUnknownLine,       // ALS is supported by ME & SIM but TSY can not determine line selection
+    ENotSupportedLine   // ALS is not supported either by ME or SIM or both.
     };
 
 //  CLASS DECLARATION