uigraphics/AknIcon/srvinc/AknIconSrvPanic.h
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002 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:   
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef AKN_ICON_SRV_PANIC_H
       
    22 #define AKN_ICON_SRV_PANIC_H
       
    23 
       
    24 // INCLUDES
       
    25 #include <e32base.h>
       
    26 
       
    27 // CONSTANTS
       
    28 
       
    29 // reasons for panicing client thread
       
    30 
       
    31 enum TAknIconSrvPanic
       
    32     {
       
    33     ESrvPanicIconNotFound = 0,
       
    34     ESrvPanicCachedItemUserCountNonZero = 1,
       
    35     ESrvPanicCacheCorrupt = 2,
       
    36     ESrvPanicSvgEngineMissing = 3,
       
    37     ESrvPanicPrecacheListCorrupt = 4,
       
    38     ESrvPanicPrecacheRestartFailed = 5,
       
    39     ESrvPanicCurrentIconItemDeleted = 6
       
    40     };
       
    41 
       
    42 _LIT( KAknIconSrvPanicCategory, "AknIconSrv" );
       
    43 
       
    44 #endif // AKN_ICON_SRV_PANIC_H
       
    45 
       
    46 // End of File