phonesrv_plat/phone_settings_api/inc/PsetCallDiverting.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/phonesrv_plat/phone_settings_api/inc/PsetCallDiverting.h	Tue Aug 31 15:45:17 2010 +0300
+++ b/phonesrv_plat/phone_settings_api/inc/PsetCallDiverting.h	Wed Sep 01 12:15:03 2010 +0100
@@ -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