comparison src/ui/bmi/mmiSmsMenu.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
4 4
5 /******************************************************************************* 5 /*******************************************************************************
6 6
7 CONDAT (UK) 7 CONDAT (UK)
8 8
9 ******************************************************************************** 9 ********************************************************************************
10 10
11 This software product is the property of Condat (UK) Ltd and may not be 11 This software product is the property of Condat (UK) Ltd and may not be
12 disclosed to any third party without the express permission of the owner. 12 disclosed to any third party without the express permission of the owner.
13 13
14 ******************************************************************************** 14 ********************************************************************************
15 15
16 $Project name: Basic MMI 16 $Project name: Basic MMI
17 $Project code: BMI (6349) 17 $Project code: BMI (6349)
18 $Module: SMS 18 $Module: SMS
19 $File: mmiSmsMenu.h 19 $File: mmiSmsMenu.h
20 $Revision: 1.0 20 $Revision: 1.0
21 21
22 $Author: Condat(UK) 22 $Author: Condat(UK)
23 $Date: 25/10/00 23 $Date: 25/10/00
24 24
25 ******************************************************************************** 25 ********************************************************************************
26 26
27 Description: 27 Description:
28 28
29 header of template for MMI SMS menu dynamic event handling 29 header of template for MMI SMS menu dynamic event handling
30 30
31 31
32 32
33 ******************************************************************************** 33 ********************************************************************************
34 34
35 $History: mmiSmsMenu.h 35 $History: mmiSmsMenu.h
36 36
37 25/10/00 Original Condat(UK) BMI version. 37 25/10/00 Original Condat(UK) BMI version.
38 38
39 $End 39 $End
40 40
41 *******************************************************************************/ 41 *******************************************************************************/
42 #undef GLOBAL_EXT 42 #undef GLOBAL_EXT
43 #if defined (MMI_SMSMENU_C) 43 #if defined (MMI_SMSMENU_C)
65 typedef struct 65 typedef struct
66 { 66 {
67 UBYTE TextBuffer[MAX_MSG_LEN_ARRAY]; 67 UBYTE TextBuffer[MAX_MSG_LEN_ARRAY];
68 UBYTE NumberBuffer[NUMBER_LENGTH]; 68 UBYTE NumberBuffer[NUMBER_LENGTH];
69 UBYTE CentreBuffer[NUMBER_LENGTH]; 69 UBYTE CentreBuffer[NUMBER_LENGTH];
70 /* FTA 34.2.8 70 /* FTA 34.2.8
71 we have to know from where we are calling the 71 we have to know from where we are calling the
72 sms sending part. We should use the Service 72 sms sending part. We should use the Service
73 CenterNumber from the Caller in the case of REPLYING 73 CenterNumber from the Caller in the case of REPLYING
74 */ 74 */
75 UBYTE called_from_reply_item; 75 UBYTE called_from_reply_item;
76 } T_SmsUserData; 76 } T_SmsUserData;
77 77
78 //x0pleela 20 Sep conc sms 78 //x0pleela 20 Sep conc sms
79 EXTERN USHORT ConcatenateDisplay( struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi ); 79 EXTERN USHORT ConcatenateDisplay( struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi );
80 80
121 int showeZiTextIcon(MfwMnu* m, MfwMnuItem* i); 121 int showeZiTextIcon(MfwMnu* m, MfwMnuItem* i);
122 int Easy_Activate(MfwMnu* m, MfwMnuItem* i); 122 int Easy_Activate(MfwMnu* m, MfwMnuItem* i);
123 int Easy_DeActivate(MfwMnu* m, MfwMnuItem* i); 123 int Easy_DeActivate(MfwMnu* m, MfwMnuItem* i);
124 #endif /* EASY_TEXT_ENABLED */ 124 #endif /* EASY_TEXT_ENABLED */
125 125
126 #ifdef TI_PS_FF_CONC_SMS 126 #ifdef TI_PS_FF_CONC_SMS
127 //API - 01/10/02 - Concatenation Switch Function Definition 127 //API - 01/10/02 - Concatenation Switch Function Definition
128 int Concatenate_DeActivate(MfwMnu* m, MfwMnuItem* i); 128 int Concatenate_DeActivate(MfwMnu* m, MfwMnuItem* i);
129 int Concatenate_Activate(MfwMnu* m, MfwMnuItem* i); 129 int Concatenate_Activate(MfwMnu* m, MfwMnuItem* i);
130 int Concatenate_Status(MfwMnu* m, MfwMnuItem* i); 130 int Concatenate_Status(MfwMnu* m, MfwMnuItem* i);
131 #endif /*TI_PS_FF_CONC_SMS*/ 131 #endif /*TI_PS_FF_CONC_SMS*/