comparison src/ui/bmi/mmiBookServices.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 609eb8031c17
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
3 3
4 /******************************************************************************* 4 /*******************************************************************************
5 5
6 CONDAT (UK) 6 CONDAT (UK)
7 7
8 ******************************************************************************** 8 ********************************************************************************
9 9
10 This software product is the property of Condat (UK) Ltd and may not be 10 This software product is the property of Condat (UK) Ltd and may not be
11 disclosed to any third party without the express permission of the owner. 11 disclosed to any third party without the express permission of the owner.
12 12
13 ******************************************************************************** 13 ********************************************************************************
14 14
15 $Project name: Basic MMI 15 $Project name: Basic MMI
16 $Project code: BMI (6349) 16 $Project code: BMI (6349)
17 $Module: PhoneBook 17 $Module: PhoneBook
18 $File: MmiBookServices.h 18 $File: MmiBookServices.h
19 $Revision: 1.0 19 $Revision: 1.0
20 20
21 $Author: Condat(UK) 21 $Author: Condat(UK)
22 $Date: 25/10/00 22 $Date: 25/10/00
23 23
24 ******************************************************************************** 24 ********************************************************************************
25 25
26 Description: 26 Description:
27 27
28 This module provides the basic phone book services required by 28 This module provides the basic phone book services required by
29 the other phone book modules 29 the other phone book modules
30 30
31 ******************************************************************************** 31 ********************************************************************************
32 $History: MmiMsgs.c 32 $History: MmiMsgs.c
33 33
34 June 07, 2005 REF: CRR MMI-FIX-31545 x0021334 34 June 07, 2005 REF: CRR MMI-FIX-31545 x0021334
35 Issue description: SIM: wrong behavior when FDN is not allocated in SST 35 Issue description: SIM: wrong behavior when FDN is not allocated in SST
36 Solution: Before displaying the FDN options, a check is made if FDN is allocated. Only if 36 Solution: Before displaying the FDN options, a check is made if FDN is allocated. Only if
37 FDN is allocated, the options are displayed. 37 FDN is allocated, the options are displayed.
38 38
39 Jul 28, 2004 REF: CRR:20887 xrashmic - SASKEN 39 Jul 28, 2004 REF: CRR:20887 xrashmic - SASKEN
40 Description: Current state of FDN not highlighted 40 Description: Current state of FDN not highlighted
41 Fix: Instead of showing the submenu directly we call this function 41 Fix: Instead of showing the submenu directly we call this function
42 where we set the menu and also higlight the previously selected menu item 42 where we set the menu and also higlight the previously selected menu item
43 43
44 25/10/00 Original Condat(UK) BMI version. 44 25/10/00 Original Condat(UK) BMI version.
45 45
46 $End 46 $End
47 47
48 *******************************************************************************/ 48 *******************************************************************************/
49 49
50 50
51 51
52 52
53 /******************************************************************************* 53 /*******************************************************************************
54 54
55 Public Methods 55 Public Methods
56 56
57 *******************************************************************************/ 57 *******************************************************************************/
58 #define READ 3 58 #define READ 3
59 #define WRITE 6 59 #define WRITE 6
60 60
61 /* initialise and exit the phone book application 61 /* initialise and exit the phone book application
138 void settingsFocusFDNCurSel(void); 138 void settingsFocusFDNCurSel(void);
139 139
140 // June 07, 2005 REF: CRR MMI-FIX-31545 x0021334 140 // June 07, 2005 REF: CRR MMI-FIX-31545 x0021334
141 // Issue description: SIM: wrong behavior when FDN is not allocated in SST 141 // Issue description: SIM: wrong behavior when FDN is not allocated in SST
142 // Added prototype for function to check if FDN is allocated 142 // Added prototype for function to check if FDN is allocated
143 void checkFDNSupport(void); 143 void checkFDNSupport(void);
144 144
145 /******************************************************************************* 145 /*******************************************************************************
146 146
147 End of File 147 End of File
148 148
149 *******************************************************************************/ 149 *******************************************************************************/
150 150
151 #endif 151 #endif