FreeCalypso > hg > fc-magnetite
comparison src/aci2/bmi/mmiAoc.h @ 120:3c2acfa1a72f
src/aci2/bmi: file renames to make filename case consistent
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 07 Oct 2016 03:46:05 +0000 |
parents | src/aci2/bmi/MmiAoc.h@93999a60b835 |
children |
comparison
equal
deleted
inserted
replaced
119:b92a33c204b6 | 120:3c2acfa1a72f |
---|---|
1 #ifndef _MMIAOC_H_ | |
2 #define _MMIAOC_H_ 1 | |
3 | |
4 /******************************************************************************* | |
5 | |
6 CONDAT (UK) | |
7 | |
8 ******************************************************************************** | |
9 | |
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. | |
12 | |
13 ******************************************************************************** | |
14 | |
15 $Project name: Basic MMI | |
16 $Project code: BMI (6349) | |
17 $Module: Advice of Charge | |
18 $File: MmiAoc.h | |
19 $Revision: 1.0 | |
20 | |
21 $Author: Condat(UK) | |
22 $Date: 25/10/00 | |
23 | |
24 ******************************************************************************** | |
25 | |
26 Description: | |
27 | |
28 This provides the start code for the MMI | |
29 | |
30 ******************************************************************************** | |
31 $History: MmiAoc.h | |
32 | |
33 25/10/00 Original Condat(UK) BMI version. | |
34 | |
35 $End | |
36 | |
37 *******************************************************************************/ | |
38 | |
39 | |
40 | |
41 | |
42 /******************************************************************************* | |
43 | |
44 Include files | |
45 | |
46 *******************************************************************************/ | |
47 | |
48 | |
49 | |
50 | |
51 | |
52 | |
53 /******************************************************************************* | |
54 | |
55 Interface constants | |
56 | |
57 *******************************************************************************/ | |
58 | |
59 | |
60 | |
61 | |
62 /******************************************************************************* | |
63 | |
64 Public methods | |
65 | |
66 *******************************************************************************/ | |
67 int aoc_credit_remaining (MfwMnu* m, MfwMnuItem* i); | |
68 int aoc_charge_rate (MfwMnu* m, MfwMnuItem* i); | |
69 int aoc_view_limit (MfwMnu* m, MfwMnuItem* i); | |
70 int aoc_change_limit (MfwMnu* m, MfwMnuItem* i); | |
71 int aoc_cancel_limit (MfwMnu* m, MfwMnuItem* i); | |
72 int aoc_last_charge (MfwMnu* m, MfwMnuItem* i); | |
73 int aoc_total_charge (MfwMnu* m, MfwMnuItem* i); | |
74 int aoc_reset_charge (MfwMnu* m, MfwMnuItem* i); | |
75 | |
76 USHORT service_check_aoc (struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi); | |
77 | |
78 | |
79 EXTERN LONG acm_last_call; //accumulated call meter from the last call | |
80 | |
81 /******************************************************************************* | |
82 | |
83 End of File | |
84 | |
85 *******************************************************************************/ | |
86 | |
87 #endif | |
88 |