37
|
1 |
/*
|
|
2 |
* Copyright (c) 2007 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 |
* Macro definition file for logging.
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
// Autogenerated from phonestatestrings.st by the stringtable tool - Do not edit
|
|
20 |
|
|
21 |
#ifndef STRINGTABLE_PhoneStateStrings
|
|
22 |
#define STRINGTABLE_PhoneStateStrings
|
|
23 |
|
|
24 |
#include <stringpool.h>
|
|
25 |
|
|
26 |
struct TStringTable;
|
|
27 |
|
|
28 |
/** A String table */
|
|
29 |
class PhoneStateStrings
|
|
30 |
{
|
|
31 |
public:
|
|
32 |
enum TStrings
|
|
33 |
{
|
|
34 |
/** EPhoneStateNull */
|
|
35 |
EPhoneStateNull,
|
|
36 |
/** EPhoneStateStartup */
|
|
37 |
EPhoneStateStartup,
|
|
38 |
/** EPhoneStateIdle */
|
|
39 |
EPhoneStateIdle,
|
|
40 |
/** EPhoneStateCallSetup */
|
|
41 |
EPhoneStateCallSetup,
|
|
42 |
/** EPhoneStateSingle */
|
|
43 |
EPhoneStateSingle,
|
|
44 |
/** EPhoneStateIncoming */
|
|
45 |
EPhoneStateIncoming,
|
|
46 |
/** EPhoneStateEmergency */
|
|
47 |
EPhoneStateEmergency
|
|
48 |
};
|
|
49 |
static const TStringTable Table;
|
|
50 |
};
|
|
51 |
|
|
52 |
#endif // STRINGTABLE_PhoneStateStrings
|
|
53 |
|