remotemgmt_plat/adaptive_history_list_session_api/inc/ahlededicated.h
changeset 66 08c8318ec9cb
parent 64 910464db1b65
child 70 5237465237e3
equal deleted inserted replaced
64:910464db1b65 66:08c8318ec9cb
     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 dedicated clients.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef AHLEDEDICATED_H
       
    19 #define AHLEDEDICATED_H
       
    20 
       
    21 #include <e32def.h>
       
    22 #include <e32cmn.h>
       
    23 #include "ahlegeneric.h"
       
    24 
       
    25 _LIT(KAHLEItemDefaultDescription, "");
       
    26 
       
    27 enum TAHLEClientType
       
    28 {
       
    29     EAHLEGeneric,
       
    30     EAHLEBrowser,
       
    31     EAHLEPhonebook,
       
    32     EAHLEMessaging,
       
    33     EAHLELogs,
       
    34     EAHLEEmail
       
    35 };
       
    36 
       
    37 enum TAHLEState
       
    38 {
       
    39     EAHLEAdaptiveSiteList,
       
    40     EAHLEAdaptiveSiteDetails,
       
    41     EAHLEAdaptiveAutoComplete
       
    42 };
       
    43 
       
    44 
       
    45 #endif      // AHLEDEDICATED_H
       
    46 
       
    47 //  End of File