comparison src/ui/bmi/mmiStart.h @ 127:d80ee234a573

mmiStart.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 06:37:23 +0000
parents c0052fe355d3
children
comparison
equal deleted inserted replaced
126:03375c220570 127:d80ee234a573
1 #ifndef _MMISTART_H_ 1 #ifndef _MMISTART_H_
2 #define _MMISTART_H_ 1 2 #define _MMISTART_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: Start 17 $Module: Start
18 $File: MmiStart.h 18 $File: MmiStart.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 start code for the MMI 28 This provides the start code for the MMI
29 29
30 ******************************************************************************** 30 ********************************************************************************
31 $History: MmiStart.h 31 $History: MmiStart.h
32 32
33 25/10/00 Original Condat(UK) BMI version. 33 25/10/00 Original Condat(UK) BMI version.
34 34
35 $End 35 $End
36 36
37 *******************************************************************************/ 37 *******************************************************************************/
38
39 38
40 39
41 40
42 /******************************************************************************* 41 /*******************************************************************************
43 42
46 *******************************************************************************/ 45 *******************************************************************************/
47 46
48 #include "mfw_win.h" 47 #include "mfw_win.h"
49 48
50 49
51
52
53 /******************************************************************************* 50 /*******************************************************************************
54 51
55 Interface constants 52 Interface constants
56 53
57 *******************************************************************************/ 54 *******************************************************************************/
58 55
59 typedef enum 56 typedef enum
60 { 57 {
61 PhoneInit = StartDummy, 58 PhoneInit = StartDummy,
62 FirstTimeNMFound, 59 FirstTimeNMFound,
63 NmSearching 60 NmSearching
64 }E_PHONE_EVENTS; 61 }E_PHONE_EVENTS;
65
66 62
67 63
68 /******************************************************************************* 64 /*******************************************************************************
69 65
70 Public methods 66 Public methods
92 End of File 88 End of File
93 89
94 *******************************************************************************/ 90 *******************************************************************************/
95 91
96 #endif 92 #endif
97