idlefw/plugins/pslnactiveidleplugin/inc/pslnconst.h
branchRCL_3
changeset 9 d0529222e3f0
parent 4 1a2a00e78665
child 10 5ef93ea513cb
child 18 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  Constants for psln plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef INC_PSLNCONST_H
       
    19 #define INC_PSLNCONST_H
       
    20 
       
    21 // (from psln\inc\pslnconst.h, required by pslnmodel.h)
       
    22 // Maximum number of characters in Screen saver txt.
       
    23 const TInt KPslnMaxNumberOfScreenSaverText = 15;
       
    24 
       
    25 #endif // INC_PSLNCONST_H
       
    26 
       
    27 // End of File