FreeCalypso > hg > fc-tourmaline
diff src/ui/mfw/mfw_sat.h @ 188:92abb46dc1ba
src/ui/mfw/*.[ch]: rm trailing white space
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 19 Jan 2021 06:10:27 +0000 |
parents | 67bfe9f274f6 |
children |
line wrap: on
line diff
--- a/src/ui/mfw/mfw_sat.h Tue Jan 19 05:41:26 2021 +0000 +++ b/src/ui/mfw/mfw_sat.h Tue Jan 19 06:10:27 2021 +0000 @@ -18,16 +18,16 @@ Apr 18, 2006 Ref:OMAPS00116309 R.Prabakar (a0393213) CT-GCF[27.22.4.7.1]- MMI crashes on REFERSH seq 1.2 Solution : Data type mismatch between ACI and MMI sorted out - + Nov 07, 2006 ER:OMAPS00070661 R.Prabakar(a0393213) R99 network compliancy : Implemented Language Notification and Provide Local Information (Language setting) SAT proactive commands and Language Selection SAT event - + Sep 12, 2006 DR: OMAPS00083156 - x0039928 Description: CT-GCF/PTCRB-LL[27.22.4.8.1]-MS does not display the complete text - Solution : The cmd fill array size is increased from 448 to 750 if sat icon is enabled to + Solution : The cmd fill array size is increased from 448 to 750 if sat icon is enabled to accomodate complete information. - + Shashi Shekar B.S., a0876501, 16 Mar, 2006, OMAPS00061462 Icon support for SetupMenu & Select item. @@ -38,7 +38,7 @@ * * Jun 16, 2005 REF: CRR 31543 x0021334 * Issue: SATK: cannot get TR for send ussd command -* Solution: When the user presses "Hang up" key when +* Solution: When the user presses "Hang up" key when * the SAT USSD session is in progress,a call is * made to function 'sAT_end_ussd()' to end the session. * @@ -46,22 +46,22 @@ * User: Xsp Date: 3/03/00 Time: 12:51 * Updated in $/GSM/Condat/MS/SRC/MFW * Changfed type of xxxWindow fields in MfwSat struct... - * + * * ***************** Version 4 ***************** * User: Xsp Date: 14/02/00 Time: 18:11 * Updated in $/GSM/Condat/MS/SRC/MFW * Solved compiler errors... - * + * * ***************** Version 3 ***************** * User: Xsp Date: 14/02/00 Time: 14:43 * Updated in $/GSM/Condat/MS/SRC/MFW * Added window pointers to sat structure... - * + * * ***************** Version 2 ***************** * User: Fk Date: 11.02.00 Time: 15:40 * Updated in $/GSM/Condat/MS/SRC/MFW * New event 'SAT Session End' derived from empty command - * + * * ***************** Version 1 ***************** * User: Es Date: 6.07.99 Time: 12:42 * Created in $/GSM/DEV/MS/SRC/MFW @@ -264,11 +264,11 @@ U8 n_bearer; /* Number of elements in the bearer list */ U8* bearer; /* Bearer list as in GSM 11.14 12.49 (Null terminated)*/ U8 n_prov_file_ref; /* Number of elements in the prov. file ref. table. */ -ProvFileRef prov_file_ref[MFW_MAX_PFP_ELEM]; /* Prov. file ref. list*/ +ProvFileRef prov_file_ref[MFW_MAX_PFP_ELEM]; /* Prov. file ref. list*/ SatTxt text_string; /*Text string as in GSM 11.14 12.15 */ U8 alpha_len; /*Alpha identifier length as in GSM 11.14 12.2 */ U8* alpha_id; /*Alpha identifier as in GSM 11.14 12.2 */ -} SatLaunchBrowser; +} SatLaunchBrowser; #endif /*FF_WAP*/ @@ -280,7 +280,7 @@ MFW_SAT_EST_NONE = 0, /* No establishment type given */ MFW_SAT_EST_IMMEDIATE, /* Immediate channel establishment */ MFW_SAT_EST_ONDEMAND /* On-demand channel establishment */ - + } T_MFW_SAT_EST; typedef enum @@ -289,7 +289,7 @@ MFW_SAT_CHN_VOICE, /* Channel type Voice */ MFW_SAT_CHN_CSD, /* Channel type CSD */ MFW_SAT_CHN_GPRS /* Channel type GPRS */ - + } T_MFW_SAT_CHN; typedef struct @@ -358,12 +358,12 @@ SatCloseChannel close; /* close channel command */ SatSendData send; /* send data command */ SatReceiveData receive; /* receive data command */ -#ifdef FF_MMI_R99_SAT_LANG +#ifdef FF_MMI_R99_SAT_LANG SatLanguageNotification language; /*language notification OMAPS00070661 a0393213(R.Prabakar)*/ #endif -// Sep 12, 2006 DR: OMAPS00083156 - x0039928 +// Sep 12, 2006 DR: OMAPS00083156 - x0039928 // Fix : The fill array size is increased from 448 to 750 if sat icon is enabled -#ifdef FF_MMI_SAT_ICON +#ifdef FF_MMI_SAT_ICON U8 fill [750]; /* maximal union size */ #else U8 fill [448]; /* maximal union size */ @@ -379,7 +379,7 @@ SatCmd *cmd; /* event related data */ MfwHnd parentWindow; /* mother of all SAT windows */ MfwHnd currentWindow; /* SAT window in use */ -} MfwSat; +} MfwSat; /* SAT COMMAND TYPES */ #define SatCmdRefresh 0x01 /* refresh command */ @@ -586,9 +586,9 @@ #endif /* END : Neptune*/ -#if defined (TI_PS_FF_SATE) || defined (FF_SAT_E) +#if defined (TI_PS_FF_SATE) || defined (FF_SAT_E) void rAT_PercentSATA (S16 cId, S32 rdlTimeout_ms,T_ACI_SATA_ADD *addParm); -#else +#else void rAT_PercentSATA (S16 cId, S32 rdlTimeout_ms); #endif /* TI_PS_FF_SATE */