comparison src/ui/bmi/mmiServices.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 c106cb01dfa4
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
1 /******************************************************************************* 1 /*******************************************************************************
2 2
3 CONDAT (UK) 3 CONDAT (UK)
4 4
5 ******************************************************************************** 5 ********************************************************************************
6 6
7 This software product is the property of Condat (UK) Ltd and may not be 7 This software product is the property of Condat (UK) Ltd and may not be
8 disclosed to any third party without the express permission of the owner. 8 disclosed to any third party without the express permission of the owner.
9 9
10 ******************************************************************************** 10 ********************************************************************************
11 11
12 $Project name: Basic MMI 12 $Project name: Basic MMI
13 $Project code: BMI (6349) 13 $Project code: BMI (6349)
14 $Module: Services 14 $Module: Services
15 $File: MmiServices.h 15 $File: MmiServices.h
16 $Revision: 1.0 16 $Revision: 1.0
17 17
18 $Author: Condat(UK) 18 $Author: Condat(UK)
19 $Date: 25/10/00 19 $Date: 25/10/00
20 20
21 ******************************************************************************** 21 ********************************************************************************
22 22
23 Description: 23 Description:
24 24
25 ******************************************************************************** 25 ********************************************************************************
26 26
27 $History: MmiServices.h 27 $History: MmiServices.h
28 May 30, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar) 28 May 30, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar)
29 Description : CPHS Call Forwarding feature implementation 29 Description : CPHS Call Forwarding feature implementation
31 MmiServices.c to MmiServices.h 31 MmiServices.c to MmiServices.h
32 Jun 02,2004 CRR:13649 xpradipg-SASKEN 32 Jun 02,2004 CRR:13649 xpradipg-SASKEN
33 subject: CBA : Management of password 33 subject: CBA : Management of password
34 solution: password is promted on selecting activation/deactivation option as against the previous 34 solution: password is promted on selecting activation/deactivation option as against the previous
35 case where it was shown up on selecting CallBarring option in the Network Services menu. 35 case where it was shown up on selecting CallBarring option in the Network Services menu.
36 25/10/00 Original Condat(UK) BMI version. 36 25/10/00 Original Condat(UK) BMI version.
37 37
38 $End 38 $End
39 39
40 *******************************************************************************/ 40 *******************************************************************************/
41 41
42 #ifndef _DEF_MMI_SERVICES_H_ 42 #ifndef _DEF_MMI_SERVICES_H_
119 }E_SERVICES; 119 }E_SERVICES;
120 120
121 /* 30th May,2006 OMAPS00079650 a0393213 (R.Prabakar) 121 /* 30th May,2006 OMAPS00079650 a0393213 (R.Prabakar)
122 Description : CPHS Call Forwarding feature implementation 122 Description : CPHS Call Forwarding feature implementation
123 Solution : As part of this implementation, some #defines and struct definitions are moved from MmiServices.c*/ 123 Solution : As part of this implementation, some #defines and struct definitions are moved from MmiServices.c*/
124 124
125 #define MAX_SS_CF_NUM_LEN 16 125 #define MAX_SS_CF_NUM_LEN 16
126 #define CB_PSW_LEN 4 126 #define CB_PSW_LEN 4
127 127
128 typedef struct 128 typedef struct
129 { 129 {