phoneapp/phoneuiutils/inc/phonestatestrings.h
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 
    19 
    21 #ifndef STRINGTABLE_PhoneStateStrings
    20 #ifndef STRINGTABLE_PhoneStateStrings
    22 #define STRINGTABLE_PhoneStateStrings
    21 #define STRINGTABLE_PhoneStateStrings
    23 
    22 
    24 #include <stringpool.h>
    23 #include <stringpool.h>
    25 
    24 
    26 struct TStringTable;
    25 struct TStringTable;
    27 
    26 
    28 /** A String table */
    27 /** A String table */
    29 class PhoneStateStrings 
    28 class PhoneStateStrings 
    30     {
    29 	{
    31 public:
    30 public:
    32     enum TStrings
    31 	enum TStrings
    33         {
    32 		{
    34         /** EPhoneStateNull */
    33 		/** EPhoneStateNull */
    35         EPhoneStateNull,
    34 		EPhoneStateNull,
    36         /** EPhoneStateStartup */
    35 		/** EPhoneStateStartup */
    37         EPhoneStateStartup,
    36 		EPhoneStateStartup,
    38         /** EPhoneStateIdle */
    37 		/** EPhoneStateIdle */
    39         EPhoneStateIdle,
    38 		EPhoneStateIdle,
    40         /** EPhoneStateCallSetup */
    39 		/** EPhoneStateCallSetup */
    41         EPhoneStateCallSetup,
    40 		EPhoneStateCallSetup,
    42         /** EPhoneStateSingle */
    41 		/** EPhoneStateSingle */
    43         EPhoneStateSingle,
    42 		EPhoneStateSingle,
    44         /** EPhoneStateIncoming */
    43 		/** EPhoneStateIncoming */
    45         EPhoneStateIncoming,
    44 		EPhoneStateIncoming,
    46         /** EPhoneStateEmergency */
    45 		/** EPhoneStateEmergency */
    47         EPhoneStateEmergency
    46 		EPhoneStateEmergency
    48         };
    47 		};
    49     static const TStringTable Table;    
    48 	static const TStringTable Table;	
    50     };
    49 	};
    51 
    50 
    52 #endif // STRINGTABLE_PhoneStateStrings
    51 #endif // STRINGTABLE_PhoneStateStrings
    53 
    52