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 phonestatestringsgsm.st by the stringtable tool - Do not edit
|
|
20 |
#include <e32std.h>
|
|
21 |
#include <stringpool.h>
|
|
22 |
#include <stringtablesupport.h>
|
|
23 |
#include "phonestatestringsgsm.h"
|
|
24 |
#ifdef _DEBUG
|
|
25 |
#undef _DEBUG
|
|
26 |
#endif
|
|
27 |
|
|
28 |
_STLIT8(K1, "EPhoneStateAlerting");
|
|
29 |
_STLIT8(K2, "EPhoneStateAlertingInSingle");
|
|
30 |
_STLIT8(K3, "EPhoneStateWaitingInSingle");
|
|
31 |
_STLIT8(K4, "EPhoneStateTwoSingles");
|
|
32 |
_STLIT8(K5, "EPhoneStateCallSetupInSingle");
|
|
33 |
_STLIT8(K6, "EPhoneStateConference");
|
|
34 |
_STLIT8(K7, "EPhoneStateConferenceAndCallSetup");
|
|
35 |
_STLIT8(K8, "EPhoneStateConferenceAndSingle");
|
|
36 |
_STLIT8(K9, "EPhoneStateConferenceAndWaiting");
|
|
37 |
_STLIT8(K10, "EPhoneStateSingleAndCallSetupAndWaiting");
|
|
38 |
_STLIT8(K11, "EPhoneStateCallSetupAndWaiting");
|
|
39 |
_STLIT8(K12, "EPhoneStateTwoSinglesAndWaiting");
|
|
40 |
_STLIT8(K13, "EPhoneStateConferenceAndSingleAndWaiting");
|
|
41 |
_STLIT8(K14, "EPhoneStateConferenceAndWaitingAndCallSetup");
|
|
42 |
_STLIT8(K15, "EPhoneStateLastGSMState");
|
|
43 |
|
|
44 |
// Intermediate
|
|
45 |
const void * const KStringPointers[] =
|
|
46 |
{
|
|
47 |
(const void*)&K1,
|
|
48 |
(const void*)&K2,
|
|
49 |
(const void*)&K3,
|
|
50 |
(const void*)&K4,
|
|
51 |
(const void*)&K5,
|
|
52 |
(const void*)&K6,
|
|
53 |
(const void*)&K7,
|
|
54 |
(const void*)&K8,
|
|
55 |
(const void*)&K9,
|
|
56 |
(const void*)&K10,
|
|
57 |
(const void*)&K11,
|
|
58 |
(const void*)&K12,
|
|
59 |
(const void*)&K13,
|
|
60 |
(const void*)&K14,
|
|
61 |
(const void*)&K15
|
|
62 |
};
|
|
63 |
|
|
64 |
const TStringTable PhoneStateStringsGSM::Table = {15, KStringPointers, EFalse};
|
|
65 |
|