comparison src/ui/bmi/mmiHomezone.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 4d3d71a22b9d
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 16 $Project code: BMI
17 $Module: SMS 17 $Module: SMS
18 $File: MmiHomezone.h 18 $File: MmiHomezone.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: Homezone functionality in MMI 26 Description: Homezone functionality in MMI
27 27
28 28
29 29
30 ******************************************************************************** 30 ********************************************************************************
31 31
32 $History: MmiHomezone.h 32 $History: MmiHomezone.h
33 33
34 15/02/02 Original Condat(UK) BMI version. 34 15/02/02 Original Condat(UK) BMI version.
35 35
36 Jun 14, 2005 REF: MMI-FIX-30439 x0018858 36 Jun 14, 2005 REF: MMI-FIX-30439 x0018858
37 Description: The homezone/cityzone tags were not being displayed properly. 37 Description: The homezone/cityzone tags were not being displayed properly.
38 Solution: Modified to save the tags properly in caches and also made the 38 Solution: Modified to save the tags properly in caches and also made the
39 appropriate modifications to update the same properly during mobility. 39 appropriate modifications to update the same properly during mobility.
40 40
41 $End 41 $End
42 42
43 *******************************************************************************/ 43 *******************************************************************************/
44 44
45 /**************************************************************************** 45 /****************************************************************************
106 * T_homezone_data * 106 * T_homezone_data *
107 * * 107 * *
108 ****************************************************************************/ 108 ****************************************************************************/
109 109
110 typedef struct 110 typedef struct
111 { 111 {
112 UBYTE current_zone; // Current zone number (1 to HZ_ZONES_MAX). 0 if none. 112 UBYTE current_zone; // Current zone number (1 to HZ_ZONES_MAX). 0 if none.
113 113
114 U32 current_X; // Coordinates (received from CB) of centre of current cell 114 U32 current_X; // Coordinates (received from CB) of centre of current cell
115 U32 current_Y; 115 U32 current_Y;
116 116
117 UBYTE received; // Makes sure we have received all necessary data 117 UBYTE received; // Makes sure we have received all necessary data
118 UBYTE new_cell_res; // TRUE if a new cell reselection has just occurred 118 UBYTE new_cell_res; // TRUE if a new cell reselection has just occurred