comparison src/ui/bmi/mmiSmsSend.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 62480f597962
comparison
equal deleted inserted replaced
123:2d8124accc74 124:073242ccbb63
18 18
19 ******************************************************************************** 19 ********************************************************************************
20 20
21 $Project name: Basic MMI 21 $Project name: Basic MMI
22 $Project code: BMI (6349) 22 $Project code: BMI (6349)
23 $Module: SMS 23 $Module: SMS
24 $File: mmismssend.h 24 $File: mmismssend.h
25 $Revision: 1.0 25 $Revision: 1.0
26 26
27 $Author: Condat(UK) 27 $Author: Condat(UK)
28 $Date: 25/10/00 28 $Date: 25/10/00
29 29
30 ******************************************************************************** 30 ********************************************************************************
31 31
32 Description: 32 Description:
33 33
119 119
120 GLOBAL_EXT T_MFW_HND SmsSend_SEND_start(T_MFW_HND parent_window, T_SmsUserData *UserData); 120 GLOBAL_EXT T_MFW_HND SmsSend_SEND_start(T_MFW_HND parent_window, T_SmsUserData *UserData);
121 GLOBAL_EXT T_MFW_HND SmsSend_SAVE_start(T_MFW_HND parent_window, T_SmsUserData *UserData); 121 GLOBAL_EXT T_MFW_HND SmsSend_SAVE_start(T_MFW_HND parent_window, T_SmsUserData *UserData);
122 GLOBAL_EXT T_MFW_HND V_start(T_MFW_HND parent_window, MfwMnuAttr *menuAttr); 122 GLOBAL_EXT T_MFW_HND V_start(T_MFW_HND parent_window, MfwMnuAttr *menuAttr);
123 GLOBAL_EXT int M_callVoice(MfwMnu* m, MfwMnuItem* i); 123 GLOBAL_EXT int M_callVoice(MfwMnu* m, MfwMnuItem* i);
124 // Feb 02, 2005 REF: CRR 28479 xnkulkar 124 // Feb 02, 2005 REF: CRR 28479 xnkulkar
125 // Prototype of function mmi_dialog_information_screen_save_sms() 125 // Prototype of function mmi_dialog_information_screen_save_sms()
126 T_MFW_HND mmi_dialog_information_screen_save_sms(T_MFW_HND parent_win, int TxtId, char* text, T_VOID_FUNC call_back, USHORT identifier); 126 T_MFW_HND mmi_dialog_information_screen_save_sms(T_MFW_HND parent_win, int TxtId, char* text, T_VOID_FUNC call_back, USHORT identifier);
127 int SmsSend_R_OPTExeCentreEdit(MfwMnu* m, MfwMnuItem* i); 127 int SmsSend_R_OPTExeCentreEdit(MfwMnu* m, MfwMnuItem* i);
128 128
129 // Used im mmismsread to compare with SMS center number 129 // Used im mmismsread to compare with SMS center number
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_ */