diff -r 594d59766373 -r 7d48bed6ce0c phonesrv_plat/phone_settings_api/inc/PsetCallDiverting.h --- 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 #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