calendarui/views/inc/calenmonthconst.h
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     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:   Calendar month view's contant datas
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef CALENMONTHCONST_H
       
    21 #define CALENMONTHCONST_H
       
    22 
       
    23 // CONSTANTS
       
    24 // FIXME: for two first (Month,Week) should use general constants from CalenConst.h with better names
       
    25 const TInt KNumberOfMonth( 12 );  // number of months included a year
       
    26 const TInt KNumberOfRows( 6 );  // number of grid rows
       
    27 
       
    28 const TInt KCallBackDelay(1000000);
       
    29 const TInt KCallBackInterval(1000000);
       
    30 const TInt KCallBackPriority(100);
       
    31 
       
    32 #endif // CALENMONTHCONST_H
       
    33 
       
    34 
       
    35 // End of File