phoneapp/Blacklist/inc/phoneanimdllstd.h
changeset 50 377c906a8701
parent 46 bc5a64e5bc3c
child 52 a49bfe5190e4
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
     1 /*
       
     2 * Copyright (c) 2002-2003 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:  It defines constants shared between this subsystem and 
       
    15 *                clients of the subsystem.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef PHONEANIMDLLSTD_H
       
    22 #define PHONEANIMDLLSTD_H
       
    23 
       
    24 // DATA TYPES
       
    25 
       
    26 /** 
       
    27 * Animation services. 
       
    28 *
       
    29 * EAnimClearBlackList - blacklist clearing.
       
    30 */
       
    31 enum TPhoneAnimType
       
    32     {
       
    33     EAnimClearBlackList
       
    34     };
       
    35 
       
    36 /** 
       
    37 * Operations for blacklist clearing.
       
    38 *
       
    39 * ECancelBlackList - clear blacklist upon next keypress.
       
    40 */
       
    41 enum TPhoneAnimOpcode
       
    42     {
       
    43     ECancelBlackList,
       
    44     EClearBlackListNow
       
    45     };
       
    46 
       
    47 #endif // PHONEANIMDLLSTD_H
       
    48 
       
    49 // End Of File