psln/pslnslidesetdialog/inc/pslnslidesetconst.hrh
changeset 37 89c890c70182
parent 34 6b5204869ed5
child 45 667edd0b8678
equal deleted inserted replaced
34:6b5204869ed5 37:89c890c70182
     1 /*
       
     2 * Copyright (c) 2006 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:  Resource headers for project pslnslidesetdialog
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PSLNSLIDESET_HRH
       
    20 #define PSLNSLIDESET_HRH
       
    21 
       
    22 // Slide set interval values for wallpaper slide sets.
       
    23 enum TPslnSlideSetInterval
       
    24     {
       
    25     EPslnSlideSetInterval1Min = 0,
       
    26     EPslnSlideSetInterval10Min,
       
    27     EPslnSlideSetInterval30Min,
       
    28     EPslnSlideSetInterval1Hour,
       
    29     EPslnSlideSetInterval1Day,
       
    30     };
       
    31 
       
    32 #endif // PSLNSLIDESET_HRH