comparison src/ui/bmi/mmiSmsSend.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
35 35
36 ******************************************************************************** 36 ********************************************************************************
37 $History: mmismssend.h 37 $History: mmismssend.h
38 38
39 Feb 02, 2005 REF: CRR 28479 xnkulkar 39 Feb 02, 2005 REF: CRR 28479 xnkulkar
40 Bug: While saving a SMS, if the user presses LSK while the 'Saved' dialog is displayed, the 'Saved' 40 Bug: While saving a SMS, if the user presses LSK while the 'Saved' dialog is displayed, the 'Saved'
41 dialog doesn't get dismissed. 41 dialog doesn't get dismissed.
42 Solution: Only RSK and Hangup keys dismiss the 'Saved' info screen and all other key presses 42 Solution: Only RSK and Hangup keys dismiss the 'Saved' info screen and all other key presses
43 are ignored. 43 are ignored.
44 44
45 25/10/00 Original Condat(UK) BMI version. 45 25/10/00 Original Condat(UK) BMI version.
46 46
47 $End 47 $End
48 48
49 *******************************************************************************/ 49 *******************************************************************************/
130 GLOBAL_EXT UBYTE SmsSend_get_config_data(T_MFW_SMS_INFO *config_data); 130 GLOBAL_EXT UBYTE SmsSend_get_config_data(T_MFW_SMS_INFO *config_data);
131 GLOBAL_EXT void SmsSend_convert_to_inter(T_MFW_SMS_ADDR *source_number, char *dest_number); 131 GLOBAL_EXT void SmsSend_convert_to_inter(T_MFW_SMS_ADDR *source_number, char *dest_number);
132 UBYTE SmsSend_set_SrvCntr_number (T_MFW_SMS_INFO *config_data); 132 UBYTE SmsSend_set_SrvCntr_number (T_MFW_SMS_INFO *config_data);
133 /* SPR#1428 - SH - New Editor: no longer required */ 133 /* SPR#1428 - SH - New Editor: no longer required */
134 #ifndef NEW_EDITOR 134 #ifndef NEW_EDITOR
135 //GW 29/11/01 - Added 135 //GW 29/11/01 - Added
136 void SmsSend_loadEditDefault(T_EDITOR_DATA * edit_info); 136 void SmsSend_loadEditDefault(T_EDITOR_DATA * edit_info);
137 #endif /* NEW_EDITOR */ 137 #endif /* NEW_EDITOR */
138 #endif /* _DEF_MMI_SMSSEND_H_ */ 138 #endif /* _DEF_MMI_SMSSEND_H_ */