remotemgmt_plat/adaptive_history_list_session_api/inc/ahlegeneric.h
branchRCL_3
changeset 76 3cdbd92ee07b
parent 69 a082c848c9a9
equal deleted inserted replaced
69:a082c848c9a9 76:3cdbd92ee07b
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  Common definitions for generic clients.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef AHLEGENERIC_H
       
    19 #define AHLEGENERIC_H
       
    20 
       
    21 _LIT(KAHLEItemDefaultName, "");
       
    22 _LIT(KAHLENoMatch, "");
       
    23 
       
    24 const TUint KAHLEMaxItemLength = 1024;
       
    25 const TUint KAHLEMaxDescriptionLength = 256;
       
    26 
       
    27 const static TReal32 KAHLEDefaultWeight = 1;
       
    28 
       
    29 enum TAHLESortOrder
       
    30     {
       
    31     EAHLEAscending,
       
    32     EAHLEDescending
       
    33     };
       
    34 
       
    35 #endif      // AHLEGENERIC_H
       
    36 
       
    37 //  End of File