extras/about/inc/about.hrh
branchRCL_3
changeset 21 10c6e6d6e4d9
parent 0 3ee3dfdd8d69
equal deleted inserted replaced
20:41b775cdc0c8 21:10c6e6d6e4d9
       
     1 /*
       
     2 * Copyright (c) 2002 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:  define enumerate for application 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef ABOUT_HRH
       
    20 #define ABOUT_HRH
       
    21 
       
    22 enum TAboutItemType
       
    23     {
       
    24     EAboutTextItem,
       
    25     EAboutImageItem
       
    26     };
       
    27 
       
    28 enum TAboutUpdateTimeFlag
       
    29     {    
       
    30     EAboutUpdateTime,
       
    31     EAboutUnUpdateTime	
       
    32     };
       
    33 
       
    34 #endif // ABOUT_HRH