|
1 /* |
|
2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * GSM-specific phone state definitions. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #ifndef __PHONESTATEDEFINITIONSGSM_H |
|
21 #define __PHONESTATEDEFINITIONSGSM_H |
|
22 |
|
23 // INCLUDES |
|
24 |
|
25 #include "phoneconstants.h" |
|
26 #include "phonestatedefinitions.h" |
|
27 |
|
28 // DATA TYPES |
|
29 |
|
30 typedef TPhoneStateId TPhoneStateGSMId; |
|
31 |
|
32 enum |
|
33 { |
|
34 EPhoneStateAlerting = KPhoneStateProtocolFirst, |
|
35 EPhoneStateAlertingInSingle, |
|
36 EPhoneStateWaitingInSingle, |
|
37 EPhoneStateTwoSingles, |
|
38 EPhoneStateCallSetupInSingle, |
|
39 EPhoneStateConference, |
|
40 EPhoneStateConferenceAndCallSetup, |
|
41 EPhoneStateConferenceAndSingle, |
|
42 EPhoneStateConferenceAndWaiting, |
|
43 EPhoneStateSingleAndCallSetupAndWaiting, |
|
44 EPhoneStateCallSetupAndWaiting, |
|
45 EPhoneStateTwoSinglesAndWaiting, |
|
46 EPhoneStateConferenceAndSingleAndWaiting, |
|
47 EPhoneStateConferenceAndWaitingAndCallSetup, |
|
48 EPhoneStateGSMLast |
|
49 }; |
|
50 |
|
51 #endif // __PHONESTATEDEFINITIONSGSM_H |
|
52 |
|
53 // End of File |