comparison src/aci2/bmi/mmiBookCallDetailsWindow.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/MmiBookCallDetailsWindow.h@93999a60b835
children
comparison
equal deleted inserted replaced
119:b92a33c204b6 120:3c2acfa1a72f
1 #ifndef _MMI_BOOK_CALL_DETAILS_WINDOW_H_
2 #define _MMI_BOOK_CALL_DETAILS_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: MmiBookCallDetailsWindow.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 implementation of the call details window for the
29 phone book module
30
31 ********************************************************************************
32 $History: MmiBookCallDetailsWindow.h
33
34 25/10/00 Original Condat(UK) BMI version.
35
36 $End
37
38 *******************************************************************************/
39
40
41
42 /* entry point for the call details window
43 */
44 T_MFW_HND bookCallDetailsStart( MfwHnd parent );
45
46 /* Destruction point
47 */
48 void bookCallDetailsDestroy( MfwHnd window );
49
50 /*******************************************************************************
51
52 End of File
53
54 *******************************************************************************/
55
56 #endif