comparison src/ui/bmi/mmiMenu.h @ 115:320fdf90f1c4

mmiMenu.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 09 Nov 2020 01:36:53 +0000
parents c0052fe355d3
children
comparison
equal deleted inserted replaced
114:8a613ccfd6dc 115:320fdf90f1c4
1 #ifndef _MMI_MENU_H_ 1 #ifndef _MMI_MENU_H_
2 #define _MMI_MENU_H_ 1 2 #define _MMI_MENU_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: Menus 17 $Module: Menus
18 $File: MmiMenu.h 18 $File: MmiMenu.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 provides the implementation of the main menu handling for the basic 28 This provides the implementation of the main menu handling for the basic
29 MMI 29 MMI
30 30
31 ******************************************************************************** 31 ********************************************************************************
32 $History: MmiMenu.h 32 $History: MmiMenu.h
33 33
34 25/10/00 Original Condat(UK) BMI version. 34 25/10/00 Original Condat(UK) BMI version.
35 35
36 $End 36 $End
37 37
38 *******************************************************************************/ 38 *******************************************************************************/
39 39
54 /* Reason definitions 54 /* Reason definitions
55 */ 55 */
56 // RAVI - COMMENTED - NOT USED IN ANY PLACE - 24-11-2005 56 // RAVI - COMMENTED - NOT USED IN ANY PLACE - 24-11-2005
57 //typedef enum 57 //typedef enum
58 //{ 58 //{
59 // MenuNone = MenuDummy, /* no reason */ 59 // MenuNone = MenuDummy, /* no reason */
60 // MenuNormal, /* normal menu mode */ 60 // MenuNormal, /* normal menu mode */
61 // MenuDone /* done with menu */ 61 // MenuDone /* done with menu */
62 //}; 62 //};
63 63
64 64
65 /* How is the menu being accessed 65 /* How is the menu being accessed
66 */ 66 */
67 //typedef enum 67 //typedef enum
68 //{ 68 //{
69 // MenuAccess, 69 // MenuAccess,
70 // HotKeyAccess 70 // HotKeyAccess
71 //}; 71 //};
72 72
73 73
74 /******************************************************************************* 74 /*******************************************************************************
75 75
161 End of File 161 End of File
162 162
163 *******************************************************************************/ 163 *******************************************************************************/
164 164
165 #endif 165 #endif
166