comparison src/ui3/bmi/mmiBookPhonebook.h @ 421:6a4d9f47793e

src/ui3/bmi: file renames to make the case consistent
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 Jan 2018 03:28:53 +0000
parents src/ui3/bmi/MmiBookPhonebook.h@e8ddbb0837ed
children
comparison
equal deleted inserted replaced
420:e8ddbb0837ed 421:6a4d9f47793e
1 #ifndef _MMI_BOOK_PHONEBOOK_H_
2 #define _MMI_BOOK_PHONEBOOK_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: PhoneBook
18 $File: MmiBookPhoneBook.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 basic phone book functionality
29
30
31 ********************************************************************************
32 $History: MmiBookPhoneBook.h
33
34 25/10/00 Original Condat(UK) BMI version.
35
36 $End
37
38 *******************************************************************************/
39
40
41
42
43 /*******************************************************************************
44
45 Public Methods
46
47 *******************************************************************************/
48
49
50 /* entry point for the phone book window
51 */
52 T_MFW_HND bookPhonebookStart( MfwHnd parent, int reason );
53
54
55 /* Provide the destroy function for subordinate windows to clean up
56 when necessary
57 */
58 void bookPhonebookDestroy( MfwHnd window );
59
60
61
62 /*******************************************************************************
63
64 End of File
65
66 *******************************************************************************/
67
68 #endif