comparison src/ui/bmi/mmiSmsRead.h @ 92:c0052fe355d3

src/ui/bmi/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 06:39:16 +0000
parents 67bfe9f274f6
children 073242ccbb63
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
10 10
11 /******************************************************************************* 11 /*******************************************************************************
12 12
13 CONDAT (UK) 13 CONDAT (UK)
14 14
15 ******************************************************************************** 15 ********************************************************************************
16 16
17 This software product is the property of Condat (UK) Ltd and may not be 17 This software product is the property of Condat (UK) Ltd and may not be
18 disclosed to any third party without the express permission of the owner. 18 disclosed to any third party without the express permission of the owner.
19 19
20 ******************************************************************************** 20 ********************************************************************************
21 21
22 $Project name: Basic MMI 22 $Project name: Basic MMI
23 $Project code: BMI (6349) 23 $Project code: BMI (6349)
24 $Module: SMS 24 $Module: SMS
25 $File: mmiSmsRead.h 25 $File: mmiSmsRead.h
26 $Revision: 1.0 26 $Revision: 1.0
27 27
28 $Author: Condat(UK) 28 $Author: Condat(UK)
29 $Date: 25/10/00 29 $Date: 25/10/00
30 30
31 ******************************************************************************** 31 ********************************************************************************
32 32
33 Description: 33 Description:
34 34
35 This module provides definitions of the types and 35 This module provides definitions of the types and
36 constants which are shared across the phone book 36 constants which are shared across the phone book
37 application modules. 37 application modules.
38 38
39 ******************************************************************************** 39 ********************************************************************************
40 $History: mmiSmsRead.h 40 $History: mmiSmsRead.h
41 41
42 25/10/00 Original Condat(UK) BMI version. 42 25/10/00 Original Condat(UK) BMI version.
43 43
44 $End 44 $End
45 45
46 *******************************************************************************/ 46 *******************************************************************************/
47 47
48 /******************************************************************************* 48 /*******************************************************************************
49 49
50 Include Files 50 Include Files
51 51
52 *******************************************************************************/ 52 *******************************************************************************/
53 53
54 #include "mfw_mfw.h" 54 #include "mfw_mfw.h"
55 55
56 /******************************************************************************* 56 /*******************************************************************************
57 57
58 Shared Structure Definitions 58 Shared Structure Definitions
59 59
60 *******************************************************************************/ 60 *******************************************************************************/
61 61
62 /*SPR 1453*/ 62 /*SPR 1453*/
63 #ifdef LSCREEN 63 #ifdef LSCREEN
64 #define MENU_TEXT_LENGTH 50 64 #define MENU_TEXT_LENGTH 50
65 #else 65 #else
66 #define MENU_TEXT_LENGTH 16 //TBD: to include in common .h 66 #define MENU_TEXT_LENGTH 16 //TBD: to include in common .h
67 #endif 67 #endif
68 #define MENU_HEADER_LENGTH (MENU_TEXT_LENGTH - 4) //TBD: to include in common .h 68 #define MENU_HEADER_LENGTH (MENU_TEXT_LENGTH - 4) //TBD: to include in common .h
69 69
74 typedef enum 74 typedef enum
75 { 75 {
76 MMI_SMS_MO, 76 MMI_SMS_MO,
77 MMI_SMS_MT, 77 MMI_SMS_MT,
78 MMI_SMS_CB 78 MMI_SMS_CB
79 } T_MMI_SMS_STAT; 79 } T_MMI_SMS_STAT;
80 80
81 /******************************************************************************* 81 /*******************************************************************************
82 82
83 Function Prototypes 83 Function Prototypes
84 84
85 *******************************************************************************/ 85 *******************************************************************************/
86 86
87 87
88 T_MFW_HND SmsRead_R_TEXTEDT2_start(T_MFW_HND parent_window, MfwMnuAttr *data); 88 T_MFW_HND SmsRead_R_TEXTEDT2_start(T_MFW_HND parent_window, MfwMnuAttr *data);
89 T_MFW_HND SmsRead_R_OPT_start(T_MFW_HND parent_window, MfwMnuAttr *menuAttr); 89 T_MFW_HND SmsRead_R_OPT_start(T_MFW_HND parent_window, MfwMnuAttr *menuAttr);
92 void SmsRead_DisplayStandardDialog(T_MFW_HND win, int TextId, ULONG duration); 92 void SmsRead_DisplayStandardDialog(T_MFW_HND win, int TextId, ULONG duration);
93 93
94 94
95 95
96 /******************************************************************************* 96 /*******************************************************************************
97 97
98 DUMMY DECLARATIONS 98 DUMMY DECLARATIONS
99 99
100 *******************************************************************************/ 100 *******************************************************************************/
101 101
102 //Dummy defines 102 //Dummy defines
103 #define SmsRead_R_ID 100 103 #define SmsRead_R_ID 100
104 #define SmsRead_R_TEXTEDT_ID 101 104 #define SmsRead_R_TEXTEDT_ID 101