00001 /* 00002 * ============================================================================== 00003 * Name : lafpanic.h 00004 * Part of : 00005 * Description : 00006 * Version : 00007 * 00008 * Copyright © 2002-2007 Nokia. All rights reserved. 00009 * This material, including documentation and any related 00010 * computer programs, is protected by copyright controlled by 00011 * Nokia. All rights are reserved. Copying, including 00012 * reproducing, storing, adapting or translating, any 00013 * or all of this material requires the prior written consent of 00014 * Nokia. This material also contains confidential 00015 * information which may not be disclosed to others without the 00016 * prior written consent of Nokia. 00017 * ============================================================================== 00018 */ 00019 00020 #ifndef __LAFPANIC_H__ 00021 #define __LAFPANIC_H__ 00022 00026 enum TLafPanic 00027 { 00029 ELafPanicPointerCursorIndexOutOfRange, 00031 ELafPanicFontIndexOutOfRange, 00033 ELafPanicConstantNotKnown, 00035 ELafPanicMsgWinBadHorizontalAlignment, 00037 ELafPanicMsgWinBadVerticalAlignment, 00039 ELafPanicBitmapIndexOutOfRange, 00041 ELafPanicNotificationWithoutRequest, 00043 ELafPanicFontUidUnknownOrMissing, 00045 ELafPanicUsingFontFromWrongVariant, 00047 ELafPanicFontCreationFailure 00048 }; 00049 00050 //__LAFPANIC_H__ 00051 #endif 00052 00053 // End of file.