phoneapp/phoneuiutils/src/phonestatestrings.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 21 92ab7f8d0eab
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:  Macro definition file for logging.
    15 *     Macro definition file for logging.
       
    16 *
    15 *
    17 */
    16 */
    18 
    17 
    19 // Autogenerated from phonestatestrings.st by the stringtable tool - Do not edit
    18 // Autogenerated from .\phonestatestrings.st by the stringtable tool - Do not edit
    20 #include <e32std.h>
    19 #include <e32std.h>
    21 #include <stringpool.h>
    20 #include <stringpool.h>
    22 #include <stringtablesupport.h>
    21 #include <stringtablesupport.h>
    23 #include "phonestatestrings.h"
    22 #include "phonestatestrings.h"
    24 #ifdef _DEBUG
    23 #ifdef _DEBUG
    33 _STLIT8(K6, "EPhoneStateIncoming");
    32 _STLIT8(K6, "EPhoneStateIncoming");
    34 _STLIT8(K7, "EPhoneStateEmergency");
    33 _STLIT8(K7, "EPhoneStateEmergency");
    35 
    34 
    36 // Intermediate
    35 // Intermediate
    37 const void * const KStringPointers[] =
    36 const void * const KStringPointers[] =
    38     {
    37 	{
    39     (const void*)&K1,
    38 	(const void*)&K1,
    40     (const void*)&K2,
    39 	(const void*)&K2,
    41     (const void*)&K3,
    40 	(const void*)&K3,
    42     (const void*)&K4,
    41 	(const void*)&K4,
    43     (const void*)&K5,
    42 	(const void*)&K5,
    44     (const void*)&K6,
    43 	(const void*)&K6,
    45     (const void*)&K7
    44 	(const void*)&K7
    46     };
    45 	};
    47 
    46 
    48 const TStringTable PhoneStateStrings::Table = {7, KStringPointers, EFalse};
    47 const TStringTable PhoneStateStrings::Table = {7, KStringPointers, EFalse};
    49 
    48