mulwidgets/muldatamodel/inc/mulmodeldef.h
branchRCL_3
changeset 26 0e9bb658ef58
parent 0 e83bab7cf002
equal deleted inserted replaced
25:4ea6f81c838a 26:0e9bb658ef58
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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:  Contains const character string for model
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __MULMODELDEF_H
       
    20 #define __MULMODELDEF_H
       
    21 
       
    22 #include <e32base.h>
       
    23 
       
    24 namespace Alf
       
    25 	{
       
    26 	
       
    27 static const int KDefaultBufferSize = 50;    
       
    28 static const int KDefaultWindowSize = 20;  
       
    29 static const int KNotInitialized = -1;
       
    30 
       
    31 static const char* const KDefaultTemplate = "template";
       
    32 static const char* const KItem = "item";
       
    33 static const char* const KContainerIndex = "container";
       
    34 static const char* const KItemIndex = "itemindex";
       
    35 static const char* const KInvalidArgument = "invalid argument";
       
    36 static const char* const KIndex = "index";
       
    37 static const char* const KStartIndex = "index";
       
    38 static const char* const KCount = "count";
       
    39 
       
    40 _LIT(KLInvalidArgument,"Invalid Argument");
       
    41 _LIT(KLNotImplemented,"Not implemented");
       
    42 	
       
    43 	} // namespace Alf
       
    44 
       
    45 #endif // __MULMODELDEF_H
       
    46 
       
    47 // End of file