equal
deleted
inserted
replaced
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 #include <e32std.h> |
|
21 #include <stringpool.h> |
|
22 #include <stringtablesupport.h> |
|
23 #include "phonestatestrings.h" |
|
24 #ifdef _DEBUG |
|
25 #undef _DEBUG |
|
26 #endif |
|
27 |
|
28 _STLIT8(K1, "EPhoneStateNull"); |
|
29 _STLIT8(K2, "EPhoneStateStartup"); |
|
30 _STLIT8(K3, "EPhoneStateIdle"); |
|
31 _STLIT8(K4, "EPhoneStateCallSetup"); |
|
32 _STLIT8(K5, "EPhoneStateSingle"); |
|
33 _STLIT8(K6, "EPhoneStateIncoming"); |
|
34 _STLIT8(K7, "EPhoneStateEmergency"); |
|
35 |
|
36 // Intermediate |
|
37 const void * const KStringPointers[] = |
|
38 { |
|
39 (const void*)&K1, |
|
40 (const void*)&K2, |
|
41 (const void*)&K3, |
|
42 (const void*)&K4, |
|
43 (const void*)&K5, |
|
44 (const void*)&K6, |
|
45 (const void*)&K7 |
|
46 }; |
|
47 |
|
48 const TStringTable PhoneStateStrings::Table = {7, KStringPointers, EFalse}; |
|
49 |
|