comparison src/ui/bmi/mmiTimers.h @ 129:e42fae1d006d

mmiTimers.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 06:41:28 +0000
parents c0052fe355d3
children 62480f597962
comparison
equal deleted inserted replaced
128:6cca8d6d34d3 129:e42fae1d006d
1 #ifndef _DEF_MMI_TIMERS_H_ 1 #ifndef _DEF_MMI_TIMERS_H_
2 #define _DEF_MMI_TIMERS_H_ 2 #define _DEF_MMI_TIMERS_H_
3 /******************************************************************************* 3 /*******************************************************************************
4 4
5 CONDAT (UK) 5 CONDAT (UK)
6 6
7 ******************************************************************************** 7 ********************************************************************************
8 8
9 This software product is the property of Condat (UK) Ltd and may not be 9 This software product is the property of Condat (UK) Ltd and may not be
10 disclosed to any third party without the express permission of the owner. 10 disclosed to any third party without the express permission of the owner.
11 11
12 ******************************************************************************** 12 ********************************************************************************
13 13
14 $Project name: Basic MMI 14 $Project name: Basic MMI
15 $Project code: BMI (6349) 15 $Project code: BMI (6349)
16 $Module: MMI 16 $Module: MMI
17 $File: MmiTimers.h 17 $File: MmiTimers.h
18 $Revision: 1.0 18 $Revision: 1.0
19 19
20 $Author: Condat(UK) 20 $Author: Condat(UK)
21 $Date: 25/10/00 21 $Date: 25/10/00
22 22
23 ******************************************************************************** 23 ********************************************************************************
24 24
25 Description: 25 Description:
26 26
28 28
29 ******************************************************************************** 29 ********************************************************************************
30 $History: MmiTimers.h 30 $History: MmiTimers.h
31 31
32 32
33
34 $End 33 $End
35 34
36 *******************************************************************************/ 35 *******************************************************************************/
37 #include "MmiBookShared.h" 36 #include "MmiBookShared.h"
38 37
39 typedef enum 38 typedef enum
40 { 39 {
41 LAST_CALL, 40 LAST_CALL,
42 OUTGOING_CALLS, 41 OUTGOING_CALLS,
43 INCOMING_CALLS 42 INCOMING_CALLS
44 } timer_types; 43 } timer_types;
45 44
46 /*SPR 2142 removed timer window data structure*/ 45 /*SPR 2142 removed timer window data structure*/
47 46
48 47