FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiBlkManager.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 | 8142e6773a49 |
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: MmiBlkManager.h | 18 $File: MmiBlkManager.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 The block manager is responsible for creating and initialising | 28 The block manager is responsible for creating and initialising |
29 the structures and tables to allow access to the strings, icons | 29 the structures and tables to allow access to the strings, icons |
30 sounds and vibrations required by the MMI. | 30 sounds and vibrations required by the MMI. |
31 | 31 |
32 Each of these items is effectively a contiguous block of memory, | 32 Each of these items is effectively a contiguous block of memory, |
33 which is accessed via a block resource. Each of the block resources | 33 which is accessed via a block resource. Each of the block resources |
34 are provided by this package | 34 are provided by this package |
35 | 35 |
36 | 36 |
37 ******************************************************************************** | 37 ******************************************************************************** |
38 $History: MmiBlkManager.h | 38 $History: MmiBlkManager.h |
39 | 39 |
40 25/10/00 Original Condat(UK) BMI version. | 40 25/10/00 Original Condat(UK) BMI version. |
41 | 41 |
42 $End | 42 $End |
43 | 43 |
44 *******************************************************************************/ | 44 *******************************************************************************/ |
45 | 45 |
46 | 46 |
89 /* Added to remove warning Aug - 11 */ | 89 /* Added to remove warning Aug - 11 */ |
90 EXTERN U8 *mfwAlloc (U32 size); | 90 EXTERN U8 *mfwAlloc (U32 size); |
91 /* End - Remove warning */ | 91 /* End - Remove warning */ |
92 | 92 |
93 /******************************************************************************* | 93 /******************************************************************************* |
94 | 94 |
95 End of File | 95 End of File |
96 | 96 |
97 *******************************************************************************/ | 97 *******************************************************************************/ |
98 | 98 |
99 #endif | 99 #endif |