FreeCalypso > hg > fc-magnetite
comparison src/aci2/bmi/MmiBookCallListWindow.h @ 3:93999a60b835
src/aci2, src/condat2: import of g23m/condat source pieces from TCS211
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 26 Sep 2016 00:29:36 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:c41a534f33c6 | 3:93999a60b835 |
---|---|
1 #ifndef _MMI_BOOK_CALL_LIST_WINDOW_H_ | |
2 #define _MMI_BOOK_CALL_LIST_WINDOW_H_ | |
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: PhoneBook | |
18 $File: MmiBookCallListWindow.h | |
19 $Revision: 1.0 | |
20 | |
21 $Author: Condat(UK) | |
22 $Date: 25/10/00 | |
23 | |
24 ******************************************************************************** | |
25 | |
26 Description: | |
27 | |
28 This module provides the call list window handling for the phone book. | |
29 | |
30 ******************************************************************************** | |
31 $History: MmiBookCallListWindow.h | |
32 | |
33 25/10/00 Original Condat(UK) BMI version. | |
34 | |
35 $End | |
36 | |
37 *******************************************************************************/ | |
38 | |
39 | |
40 /* entry point for the call details window | |
41 */ | |
42 T_MFW_HND bookCallListStart( MfwHnd parent,int parameter ); | |
43 | |
44 /* Destruction point | |
45 */ | |
46 void bookCallListDestroy( MfwHnd window ); | |
47 | |
48 extern int idCounter; | |
49 | |
50 | |
51 /******************************************************************************* | |
52 | |
53 End of File | |
54 | |
55 *******************************************************************************/ | |
56 | |
57 | |
58 #endif |