comparison src/ui/bmi/mmiAoc.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 f367522de180
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: Advice of Charge 17 $Module: Advice of Charge
18 $File: MmiAoc.h 18 $File: MmiAoc.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: MmiAoc.h 31 $History: MmiAoc.h
32 32
33 May 26, 2006 ER: OMAPS00079607 x0012849 :Jagannatha M 33 May 26, 2006 ER: OMAPS00079607 x0012849 :Jagannatha M
34 Description: CPHS: Display 'charge/Timers' menu based on AOC ( Advice of charge ) 34 Description: CPHS: Display 'charge/Timers' menu based on AOC ( Advice of charge )
35 35
36 25/10/00 Original Condat(UK) BMI version. 36 25/10/00 Original Condat(UK) BMI version.
37 37
38 $End 38 $End
39 39
40 *******************************************************************************/ 40 *******************************************************************************/
41 41
42 42
43 43
44 44
45 /******************************************************************************* 45 /*******************************************************************************
46 46
47 Include files 47 Include files
48 48
49 *******************************************************************************/ 49 *******************************************************************************/
50 50
51 51
52 52
53 53
54 54
55 55
56 /******************************************************************************* 56 /*******************************************************************************
57 57
58 Interface constants 58 Interface constants
59 59
60 *******************************************************************************/ 60 *******************************************************************************/
61 61
62 62
63 63
64 64
65 /******************************************************************************* 65 /*******************************************************************************
66 66
67 Public methods 67 Public methods
68 68
69 *******************************************************************************/ 69 *******************************************************************************/
70 int aoc_credit_remaining (MfwMnu* m, MfwMnuItem* i); 70 int aoc_credit_remaining (MfwMnu* m, MfwMnuItem* i);
71 int aoc_charge_rate (MfwMnu* m, MfwMnuItem* i); 71 int aoc_charge_rate (MfwMnu* m, MfwMnuItem* i);
72 int aoc_view_limit (MfwMnu* m, MfwMnuItem* i); 72 int aoc_view_limit (MfwMnu* m, MfwMnuItem* i);
73 int aoc_change_limit (MfwMnu* m, MfwMnuItem* i); 73 int aoc_change_limit (MfwMnu* m, MfwMnuItem* i);
84 int getAOCflag(void); 84 int getAOCflag(void);
85 #endif 85 #endif
86 EXTERN LONG acm_last_call; //accumulated call meter from the last call 86 EXTERN LONG acm_last_call; //accumulated call meter from the last call
87 87
88 /******************************************************************************* 88 /*******************************************************************************
89 89
90 End of File 90 End of File
91 91
92 *******************************************************************************/ 92 *******************************************************************************/
93 93
94 #endif 94 #endif
95 95