# HG changeset patch # User Mychaela Falconia # Date 1604987947 0 # Node ID 88229017434cfdf2244e9721242ac76a303c1d01 # Parent c106cb01dfa40aad898cdfce2fde20d7b2b5b35d mmiSettings.h: bogotab fixes diff -r c106cb01dfa4 -r 88229017434c src/ui/bmi/mmiSettings.h --- a/src/ui/bmi/mmiSettings.h Tue Nov 10 05:56:53 2020 +0000 +++ b/src/ui/bmi/mmiSettings.h Tue Nov 10 05:59:07 2020 +0000 @@ -3,7 +3,7 @@ /******************************************************************************* - CONDAT (UK) + CONDAT (UK) ******************************************************************************** @@ -12,20 +12,20 @@ ******************************************************************************** - $Project name: Basic MMI - $Project code: BMI (6349) - $Module: Settings - $File: MmiSettings.h + $Project name: Basic MMI + $Project code: BMI (6349) + $Module: Settings + $File: MmiSettings.h - Jul 28, 2004 REF: CRR 20899 xkundadu - Description: No identification for user whether 'Any-key-Answer' is On/Off - Solution: Added the function settingsFocusCurSelAnyKeyAns - prototype. + Jul 28, 2004 REF: CRR 20899 xkundadu + Description: No identification for user whether 'Any-key-Answer' is On/Off + Solution: Added the function settingsFocusCurSelAnyKeyAns + prototype. - $Revision: 1.0 + $Revision: 1.0 - $Author: Condat(UK) - $Date: 25/10/00 + $Author: Condat(UK) + $Date: 25/10/00 ******************************************************************************** @@ -36,7 +36,7 @@ Oct 30, 2006 ER:OMAPS00091029 x0039928(sumanth) Bootup time measurement - May 04, 2005 REF: CRR 30285 x0021334 + May 04, 2005 REF: CRR 30285 x0021334 Description: SMS Status Request in idle and dedicated mode (using Menu) setting does not work Solution: status of sms status request is read and focus is set accrodingly. @@ -44,14 +44,14 @@ Description: Reply path not supported while sending a reply. Solution: Added menu option for the reply path. - Jul 22,2004 CRR:20896 xrashmic - SASKEN - Description: The current time format is not highlighted - Fix: Instead of providing the submenu directly we call a function - where we set the menu and also higlight the previously selected menu item + Jul 22,2004 CRR:20896 xrashmic - SASKEN + Description: The current time format is not highlighted + Fix: Instead of providing the submenu directly we call a function + where we set the menu and also higlight the previously selected menu item - Jul 29, 2004 REF = CRR 20898 xkundadu - Description: No identification for user whether 'Auto-Answer' is On/Off - Solution: Added the function settingsFocusCurSelAutoAns prototype. + Jul 29, 2004 REF = CRR 20898 xkundadu + Description: No identification for user whether 'Auto-Answer' is On/Off + Solution: Added the function settingsFocusCurSelAutoAns prototype. Issue Number : SPR#12822 on 31/03/04 by v vadiraj @@ -75,20 +75,20 @@ T_MFW settingsRecReportControl(UBYTE ReportStatus); int settingsGetStatus(int flagBit); -int settingsSilentModeOff (void); -int settingsSilentModeOn (void); -int settingsKeyPadLockOn (void); -int settingsKeyPadLockOff (void); -int settingsAutoRedialOn (MfwMnu* m, MfwMnuItem* i); -int settingsAutoRedialOff (MfwMnu* m, MfwMnuItem* i); -int settingsAutoAnswerOn (MfwMnu* m, MfwMnuItem* i); -int settingsAutoAnswerOff (MfwMnu* m, MfwMnuItem* i); -int settingsAnyKeyAnswerOn (MfwMnu* m, MfwMnuItem* i); -int settingsAnyKeyAnswerOff (MfwMnu* m, MfwMnuItem* i); -int factoryReset (MfwMnu* m, MfwMnuItem* i); -int settingsVoiceMail (MfwMnu* m, MfwMnuItem* i); -int settingsScNumber (MfwMnu* m, MfwMnuItem* i); -int SmsValidityPeriod (MfwMnu* m, MfwMnuItem* i); +int settingsSilentModeOff (void); +int settingsSilentModeOn (void); +int settingsKeyPadLockOn (void); +int settingsKeyPadLockOff (void); +int settingsAutoRedialOn (MfwMnu* m, MfwMnuItem* i); +int settingsAutoRedialOff (MfwMnu* m, MfwMnuItem* i); +int settingsAutoAnswerOn (MfwMnu* m, MfwMnuItem* i); +int settingsAutoAnswerOff (MfwMnu* m, MfwMnuItem* i); +int settingsAnyKeyAnswerOn (MfwMnu* m, MfwMnuItem* i); +int settingsAnyKeyAnswerOff (MfwMnu* m, MfwMnuItem* i); +int factoryReset (MfwMnu* m, MfwMnuItem* i); +int settingsVoiceMail (MfwMnu* m, MfwMnuItem* i); +int settingsScNumber (MfwMnu* m, MfwMnuItem* i); +int SmsValidityPeriod (MfwMnu* m, MfwMnuItem* i); int SmsStatusReportRequest(MfwMnu* m, MfwMnuItem* i); /* Marcus: Issue 1170: 30/09/2002 */ //March 2, 2005 REF: CRR 11536 x0018858 int SmsReplyPathRequest(MfwMnu* m, MfwMnuItem* i); /*Added function declaration for @@ -122,8 +122,7 @@ int mmi_PMDuration(MfwMnu* m, MfwMnuItem* i); #endif #endif -#define SET_SETTING (1) -#define CLEAR_SETTING (0) +#define SET_SETTING (1) +#define CLEAR_SETTING (0) #endif -