FreeCalypso > hg > fc-tourmaline
diff src/ui/bmi/mmiSat_i.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 | 262aa591dc7a |
line wrap: on
line diff
--- a/src/ui/bmi/mmiSat_i.h Sun Nov 08 05:12:05 2020 +0000 +++ b/src/ui/bmi/mmiSat_i.h Sun Nov 08 06:39:16 2020 +0000 @@ -3,29 +3,29 @@ CONDAT (UK) -******************************************************************************** +******************************************************************************** This software product is the property of Condat (UK) Ltd and may not be - disclosed to any third party without the express permission of the owner. - + disclosed to any third party without the express permission of the owner. + ******************************************************************************** - $Project name: Basic MMI - $Project code: BMI (6349) + $Project name: Basic MMI + $Project code: BMI (6349) $Module: MMI $File: MmiSat_I.h - $Revision: 1.0 - - $Author: Condat(UK) - $Date: 25/10/00 - + $Revision: 1.0 + + $Author: Condat(UK) + $Date: 25/10/00 + ******************************************************************************** - + Description: - + MMI SIM toolkit internal/private interface - + ******************************************************************************** $History: MmiSat_I.h @@ -36,12 +36,12 @@ Mar 11, 2006 REF:DR:OMAPS00061467 x0035544 Description: 27.22.4.13.3 SET UP CALL (display of icons) fails. - Solution: created and defined the new structure called T_SAT_IconInfo at the structure + Solution: created and defined the new structure called T_SAT_IconInfo at the structure T_SAT_call_setup_parameter to support SAT icon data. - + - 25/10/00 Original Condat(UK) BMI version. - + 25/10/00 Original Condat(UK) BMI version. + $End *******************************************************************************/ @@ -78,7 +78,7 @@ char * TextString; /* name of called party */ char * TextString2; /* alpha id 2 - use on "calling" screen */ //x0035544 Feb 06, 2006 DR:OMAPS00061467 -#ifdef FF_MMI_SAT_ICON +#ifdef FF_MMI_SAT_ICON T_SAT_IconInfo IconInfo; /*Icon data */ T_SAT_IconInfo IconInfo2; #endif @@ -96,7 +96,7 @@ #define SAT_F_CALL_DISCONNECT_REDIAL (U8)0x05 #define SAT_M_SMS_PACKING (U8)0x01 - + #define SAT_M_TEXT_HIGH_PRIO (U8)0x01 #define SAT_M_TEXT_WAIT (U8)0x80 @@ -138,7 +138,7 @@ SAT_RETURN, /* SETUP_MENU shall recreate */ SAT_EXIT, /* SETUP_MENU shall selfdestroy */ SAT_CALL_REDIAL, /* attempt a redial */ - SAT_REFRESH, /* refresh SIM fields */ + SAT_REFRESH, /* refresh SIM fields */ SAT_CALL_END, /* clean up after call end */ SAT_DESTROY_WINDOW, /* sbh - destroy the current window */ SAT_IDLE_TEXT, /* sbh - display text on idle screen */