comparison src/ui/bmi/mmiBookServices.h @ 100:609eb8031c17

mmiBook*.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 22:53:20 +0000
parents c0052fe355d3
children
comparison
equal deleted inserted replaced
99:8142e6773a49 100:609eb8031c17
1 #ifndef _MMI_BOOK_SERVICES_H_ 1 #ifndef _MMI_BOOK_SERVICES_H_
2 #define _MMI_BOOK_SERVICES_H_ 1 2 #define _MMI_BOOK_SERVICES_H_ 1
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
88 void bookShowInformation( MfwHnd parent, int txtId, char *text, T_VOID_FUNC cb_function ); 88 void bookShowInformation( MfwHnd parent, int txtId, char *text, T_VOID_FUNC cb_function );
89 89
90 /* SPR1112 - SH - Show an info screen 90 /* SPR1112 - SH - Show an info screen
91 */ 91 */
92 T_MFW_HND bookShowInfoScreen( MfwHnd parent, int txtId1, int txtId2, T_VOID_FUNC cb_function, 92 T_MFW_HND bookShowInfoScreen( MfwHnd parent, int txtId1, int txtId2, T_VOID_FUNC cb_function,
93 USHORT Identifier, ULONG Time); 93 USHORT Identifier, ULONG Time);
94 94
95 /* Add name when the number is already known 95 /* Add name when the number is already known
96 */ 96 */
97 void bookAddName(T_MFW_HND win,char* number); 97 void bookAddName(T_MFW_HND win,char* number);
98 98
132 */ 132 */
133 void bookDeleteEntry(T_MFW_HND Window); 133 void bookDeleteEntry(T_MFW_HND Window);
134 void bookActivateFDN( T_MFW_HND window ); 134 void bookActivateFDN( T_MFW_HND window );
135 int bookFDNMenu(MfwMnu* menu, MfwMnuItem* item);//MMI SPR 18555 135 int bookFDNMenu(MfwMnu* menu, MfwMnuItem* item);//MMI SPR 18555
136 136
137 // Jul 28, 2004 REF: CRR:20887 xrashmic - SASKEN 137 // Jul 28, 2004 REF: CRR:20887 xrashmic - SASKEN
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