FreeCalypso > hg > tcs211-l1-reconst
comparison g23m/condat/ms/src/bmi/mmiSatClassE.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 /******************************************************************************* | |
2 | |
3 CONDAT (UK) | |
4 | |
5 ******************************************************************************** | |
6 | |
7 This software product is the property of Condat (UK) Ltd and may not be | |
8 disclosed to any third party without the express permission of the owner. | |
9 | |
10 ******************************************************************************** | |
11 | |
12 $Project name: Basic MMI | |
13 $Project code: BMI (6349) | |
14 $Module: MMI | |
15 $File: MmiSatClassE.h | |
16 $Revision: 1.0 | |
17 | |
18 $Author: Condat(UK) | |
19 $Date: 13/03/03 | |
20 | |
21 ******************************************************************************** | |
22 | |
23 Description: | |
24 | |
25 This is the header file for the SAT Class E implementation. | |
26 | |
27 ******************************************************************************** | |
28 $History: MmiSatClassE.h | |
29 | |
30 13/03/03 Original Condat(UK) BMI version. | |
31 | |
32 $End | |
33 | |
34 *******************************************************************************/ | |
35 | |
36 #ifndef _DEF_MMI_SAT_CLASS_E_H_ | |
37 #define _DEF_MMI_SAT_CLASS_E_H_ | |
38 | |
39 #include "mfw_mfw.h" | |
40 #include "mfw_sat.h" | |
41 | |
42 /* | |
43 * External Interfaces | |
44 */ | |
45 | |
46 T_MFW_HND sat_class_e_create(T_MFW_HND parent_win); | |
47 void sat_class_e_exec (T_MFW_HND win, USHORT event, SHORT value, T_SAT_CMD * sat_command); | |
48 | |
49 #endif /* _DEF_MMI_SAT_CLASS_E_H_ */ |