FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiAoc.h @ 97:f367522de180
mmiAoc.h: bogotab fixes
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 08 Nov 2020 07:06:02 +0000 |
parents | c0052fe355d3 |
children |
comparison
equal
deleted
inserted
replaced
96:cbd9aaba48db | 97:f367522de180 |
---|---|
1 #ifndef _MMIAOC_H_ | 1 #ifndef _MMIAOC_H_ |
2 #define _MMIAOC_H_ 1 | 2 #define _MMIAOC_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: 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 |
74 int aoc_cancel_limit (MfwMnu* m, MfwMnuItem* i); | 74 int aoc_cancel_limit (MfwMnu* m, MfwMnuItem* i); |
75 int aoc_last_charge (MfwMnu* m, MfwMnuItem* i); | 75 int aoc_last_charge (MfwMnu* m, MfwMnuItem* i); |
76 int aoc_total_charge (MfwMnu* m, MfwMnuItem* i); | 76 int aoc_total_charge (MfwMnu* m, MfwMnuItem* i); |
77 int aoc_reset_charge (MfwMnu* m, MfwMnuItem* i); | 77 int aoc_reset_charge (MfwMnu* m, MfwMnuItem* i); |
78 | 78 |
79 USHORT service_check_aoc (struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi); | 79 USHORT service_check_aoc (struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi); |
80 | 80 |
81 //x0012849: Jagannatha 26 May, 2006 ER: OMAPS00079607 -Support AOC in CPHS | 81 //x0012849: Jagannatha 26 May, 2006 ER: OMAPS00079607 -Support AOC in CPHS |
82 #ifdef FF_CPHS | 82 #ifdef FF_CPHS |
83 void setAOCflag(int aocValue); | 83 void setAOCflag(int aocValue); |
84 int getAOCflag(void); | 84 int getAOCflag(void); |