localisation/localesupport/TestNrl/TestNrl.hrh
branchanywhere
changeset 41 d32f34975bbf
parent 40 04a1b74efd48
parent 37 a9bf1d2c555e
child 48 10816385149a
equal deleted inserted replaced
40:04a1b74efd48 41:d32f34975bbf
     1 /*
       
     2 * Copyright (c) 2001-2009 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 * TCUSTOMWRAP.HRH
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 enum TDlgMenuCommand
       
    22 	{
       
    23 	EAppCmdExit=1,
       
    24 	EAppCmdTest,
       
    25 	EAppCmdNone
       
    26 	};
       
    27 
       
    28 enum TDlgMyFirstDialogCommand
       
    29 	{
       
    30 	EExampleDialogFName =1
       
    31 	};