00001 /* 00002 * ============================================================================ 00003 * Name : aknhlistpanic.h 00004 * Part of : UI Framework Core / Avkon 00005 * Description : Panic codes for aknhlist library. 00006 * Version : %version: 1 % 00007 * 00008 * Copyright © 2006 Nokia. All rights reserved. 00009 * This material, including documentation and any related computer 00010 * programs, is protected by copyright controlled by Nokia. All 00011 * rights are reserved. Copying, including reproducing, storing, 00012 * adapting or translating, any or all of this material requires the 00013 * prior written consent of Nokia. This material also contains 00014 * confidential information which may not be disclosed to others 00015 * without the prior written consent of Nokia. 00016 * ============================================================================ 00017 * Template version: 4.1 00018 */ 00019 00020 #ifndef AKNHLISTPANIC_H 00021 #define AKNHLISTPANIC_H 00022 00023 00026 enum TAknHListPanic 00027 { 00031 EAknHListPanicInvalidItemID = 0, 00035 EAknHListPanicInvalidItemType = 1 00036 }; 00037 00038 00039 #endif // AKNHLISTPANIC_H