hapticsservices_plat/tacticon_api/inc/tacticon.hrh
changeset 0 d54f32e146dd
child 41 f9a00adead4a
equal deleted inserted replaced
-1:000000000000 0:d54f32e146dd
       
     1 /*
       
     2 * Copyright (c) 2009 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: Logical tacticon type enumeration. 
       
    15 * Part of:     Tacticon Server
       
    16 */
       
    17 
       
    18 #ifndef TACTICON_HRH
       
    19 #define TACTICON_HRH
       
    20     
       
    21 /**  
       
    22  *  Tacticon types.
       
    23  */    
       
    24 enum TTacticonType
       
    25     {
       
    26     ENoTacticon = 0,
       
    27     EPositiveTacticon,
       
    28     ENegativeTacticon,
       
    29     ENeutralTacticon     
       
    30     };
       
    31 
       
    32 #endif // TACTICON_HRH