author | hgs |
Fri, 03 Sep 2010 13:33:36 +0300 | |
changeset 65 | 2a5d4ab426d3 |
parent 46 | bc5a64e5bc3c |
child 51 | f39ed5e045e0 |
permissions | -rw-r--r-- |
37 | 1 |
/* |
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
2 |
* Copyright (c) 2005 - 2010 Nokia Corporation and/or its subsidiary(-ies). |
37 | 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 |
* |
|
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
14 |
* Description: Macro definition file for logging. |
37 | 15 |
* |
16 |
*/ |
|
17 |
||
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
18 |
// Autogenerated from .\phonestatestrings.st by the stringtable tool - Do not edit |
37 | 19 |
#include <e32std.h> |
20 |
#include <stringpool.h> |
|
21 |
#include <stringtablesupport.h> |
|
22 |
#include "phonestatestrings.h" |
|
23 |
#ifdef _DEBUG |
|
24 |
#undef _DEBUG |
|
25 |
#endif |
|
26 |
||
27 |
_STLIT8(K1, "EPhoneStateNull"); |
|
28 |
_STLIT8(K2, "EPhoneStateStartup"); |
|
29 |
_STLIT8(K3, "EPhoneStateIdle"); |
|
30 |
_STLIT8(K4, "EPhoneStateCallSetup"); |
|
31 |
_STLIT8(K5, "EPhoneStateSingle"); |
|
32 |
_STLIT8(K6, "EPhoneStateIncoming"); |
|
33 |
_STLIT8(K7, "EPhoneStateEmergency"); |
|
34 |
||
35 |
// Intermediate |
|
36 |
const void * const KStringPointers[] = |
|
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
37 |
{ |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
38 |
(const void*)&K1, |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
39 |
(const void*)&K2, |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
40 |
(const void*)&K3, |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
41 |
(const void*)&K4, |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
42 |
(const void*)&K5, |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
43 |
(const void*)&K6, |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
44 |
(const void*)&K7 |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
45 |
}; |
37 | 46 |
|
47 |
const TStringTable PhoneStateStrings::Table = {7, KStringPointers, EFalse}; |
|
48 |