comparison src/ui/bmi/mmiSmsRead.h @ 124:073242ccbb63

mmiSms*.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 06:08:42 +0000
parents c0052fe355d3
children
comparison
equal deleted inserted replaced
123:2d8124accc74 124:073242ccbb63
8 #define GLOBAL_EXT extern 8 #define GLOBAL_EXT extern
9 #endif 9 #endif
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
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
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
70 // Length = to len("from ") + len(number) + len(sms text) + 4 (for \0 \n and optional ionternational character +) 70 // Length = to len("from ") + len(number) + len(sms text) + 4 (for \0 \n and optional ionternational character +)
71 #define MAX_EDITOR_LEN (5+MFW_NUM_LEN+MAX_MSG_LEN+4) 71 #define MAX_EDITOR_LEN (5+MFW_NUM_LEN+MAX_MSG_LEN+4)
72 72
73 73
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
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
105 #define SmsRead_R_TEXTEDT2_ID 101 // Specific for approval 105 #define SmsRead_R_TEXTEDT2_ID 101 // Specific for approval
106 #define SmsRead_R_OPT_ID 102 106 #define SmsRead_R_OPT_ID 102
107 #define SmsRead_SMS_DISPLAY_ID 103 107 #define SmsRead_SMS_DISPLAY_ID 103
108 #define SmsRead_R_READSMS_OPT_ID 104 108 #define SmsRead_R_READSMS_OPT_ID 104
109 109
110 #define DEFAULT_FONT -1 110 #define DEFAULT_FONT -1
111 111
112 #define SMS_APPROVAL 1 112 #define SMS_APPROVAL 1
115 typedef char * wstring_t; 115 typedef char * wstring_t;
116 typedef char * charw_t; 116 typedef char * charw_t;
117 typedef ListCbFunc ListCbFunc_t; 117 typedef ListCbFunc ListCbFunc_t;
118 118
119 119
120
121
122 #endif /* _DEF_MMI_SMSMENU_H_ */ 120 #endif /* _DEF_MMI_SMSMENU_H_ */