FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiCPHS.h @ 92:c0052fe355d3
src/ui/bmi/*.[ch]: rm trailing white space
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 08 Nov 2020 06:39:16 +0000 |
parents | 67bfe9f274f6 |
children | 8beb376cdb57 |
comparison
equal
deleted
inserted
replaced
91:c3d28a37caad | 92:c0052fe355d3 |
---|---|
32 $History: MmiCPHS.h | 32 $History: MmiCPHS.h |
33 | 33 |
34 May 30, 2006 DR: OMAPS00070657 x0pleela | 34 May 30, 2006 DR: OMAPS00070657 x0pleela |
35 Description: CPHS feature on Locosto-Lite | 35 Description: CPHS feature on Locosto-Lite |
36 Solution: For ALS feature, | 36 Solution: For ALS feature, |
37 Added prototypes for the functions cphs_edit_line1(), cphs_edit_line2(), | 37 Added prototypes for the functions cphs_edit_line1(), cphs_edit_line2(), |
38 mmi_cphs_set_als_value(), mmi_cphs_get_als_value( void ), | 38 mmi_cphs_set_als_value(), mmi_cphs_get_als_value( void ), |
39 T_MFW_LINE_INDEX mmi_get_als_selectedLine( void) | 39 T_MFW_LINE_INDEX mmi_get_als_selectedLine( void) |
40 | 40 |
41 // May 31, 2004 REF: CRR 17291 xvilliva | 41 // May 31, 2004 REF: CRR 17291 xvilliva |
42 // Bug: After power cycle the setting of the used line which have been made | 42 // Bug: After power cycle the setting of the used line which have been made |
43 // from the BMI is lost. | 43 // from the BMI is lost. |
44 // Fix: The global variable g_Pin2 is declared here. | 44 // Fix: The global variable g_Pin2 is declared here. |
45 | 45 |
46 25/01/02 Original Condat(UK) BMI version. | 46 25/01/02 Original Condat(UK) BMI version. |
47 | 47 |
121 SRV_No_48, /* #48 Extended Capability Configuration Parameters */ | 121 SRV_No_48, /* #48 Extended Capability Configuration Parameters */ |
122 SRV_No_49, /* #49 MExE */ | 122 SRV_No_49, /* #49 MExE */ |
123 SRV_No_50, /* #50 RPLMN last used Access Technology */ | 123 SRV_No_50, /* #50 RPLMN last used Access Technology */ |
124 SRV_PNN, /* #51 PLMN Network Name */ | 124 SRV_PNN, /* #51 PLMN Network Name */ |
125 SRV_OPL, /* #52 Operator PLMN List */ | 125 SRV_OPL, /* #52 Operator PLMN List */ |
126 SRV_No_53, /* #53 Mailbox Dialling Numbers */ | 126 SRV_No_53, /* #53 Mailbox Dialling Numbers */ |
127 SRV_No_54, /* #54 Message Waiting Indication Status */ | 127 SRV_No_54, /* #54 Message Waiting Indication Status */ |
128 SRV_No_55, /* #55 Call Forwarding Indication Status */ | 128 SRV_No_55, /* #55 Call Forwarding Indication Status */ |
129 SRV_No_56, /* #56 Service Provider Display Information */ | 129 SRV_No_56, /* #56 Service Provider Display Information */ |
130 SRV_No_57, /* #57 Multimedia Messaging Service (MMS) */ | 130 SRV_No_57, /* #57 Multimedia Messaging Service (MMS) */ |
131 SRV_No_58, /* #58 Extension 8 */ | 131 SRV_No_58, /* #58 Extension 8 */ |
167 T_MFW_CFLAG_STATUS GetCphsDivertStatus(UBYTE line); | 167 T_MFW_CFLAG_STATUS GetCphsDivertStatus(UBYTE line); |
168 | 168 |
169 //get current enabled ALS line | 169 //get current enabled ALS line |
170 int cphs_als_status(MfwMnu* m, MfwMnuItem* i); | 170 int cphs_als_status(MfwMnu* m, MfwMnuItem* i); |
171 | 171 |
172 #ifdef FF_CPHS_REL4 | 172 #ifdef FF_CPHS_REL4 |
173 int build_profile_list(MfwMnu* m, MfwMnuItem* i); | 173 int build_profile_list(MfwMnu* m, MfwMnuItem* i); |
174 int build_profile_list1(MfwMnu* m, MfwMnuItem* i); | 174 int build_profile_list1(MfwMnu* m, MfwMnuItem* i); |
175 USHORT MSPPresent( struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi ); | 175 USHORT MSPPresent( struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi ); |
176 int item_flag_isMWISFilePresent(struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi); | 176 int item_flag_isMWISFilePresent(struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi); |
177 int item_flag_isMBDNFileNotPresent(struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi); | 177 int item_flag_isMBDNFileNotPresent(struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi); |