|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // FEPBPANIC.CPP |
|
15 // |
|
16 // |
|
17 |
|
18 #ifndef __FEPBPANIC_H__ |
|
19 #define __FEPBPANIC_H__ |
|
20 |
|
21 /** @internalComponent */ |
|
22 _LIT(KLitFepBasePanicText, "FEP-BASE"); |
|
23 |
|
24 /** @internalComponent */ |
|
25 enum TFepBasePanic |
|
26 { |
|
27 EPanicBadAttributeUid=1, |
|
28 EPanicNoAttributeUids, |
|
29 EPanicBadIndex1, |
|
30 EPanicBadIndex2, |
|
31 EPanicBadIndex3, |
|
32 EPanicBadIndex4, |
|
33 EPanicBadIndex5, |
|
34 EPanicKeyEventQueueIsAlreadySet1, |
|
35 EPanicKeyEventQueueIsAlreadySet2, |
|
36 EPanicKeyEventQueueIsAlreadySet3, |
|
37 EPanicKeyEventQueueIsAlreadySet4, |
|
38 EPanicUndefinedEventResponse1, |
|
39 EPanicUndefinedEventResponse2, |
|
40 EPanicUndefinedEventResponse3, |
|
41 EPanicNoDownUpFilter, |
|
42 EPanicWithDownUpFilter, |
|
43 EPanicAlreadyCalledBaseConstructL, |
|
44 EPanicInconsistentModifierMaskAndValues, |
|
45 EPanicBadFlag, |
|
46 EPanicAlreadyHandlingKeyEvent, |
|
47 EPanicNotHandlingKeyEvent, |
|
48 EPanicBadKeyResponse1, |
|
49 EPanicBadKeyResponse2, |
|
50 EPanicBadKeyResponse3, |
|
51 EPanicBadKeyResponse4, |
|
52 EPanicBadKeyResponse5, |
|
53 EPanicDeferredFunctionCallOutstanding, |
|
54 EPanicBadRecursionLevel, |
|
55 EPanicNotFullFileName1, |
|
56 EPanicNotFullFileName2, |
|
57 EPanicNotFullFileName3, |
|
58 EPanicNotFullFileName4, |
|
59 EPanicFileIsInRom1, |
|
60 EPanicFileIsInRom2, |
|
61 EPanicNegativeArrayLength, |
|
62 EPanicBadNumberOfCharacters1, |
|
63 EPanicBadNumberOfCharacters2, |
|
64 EPanicBadNumberOfCharacters3, |
|
65 EPanicCharacterNotInArrayOfFrequencyCountedCharactersOrderedByCharacterEncoding, |
|
66 EPanicNegativeArrayCount, |
|
67 EPanicNotOrderedByCharacterEncoding, |
|
68 EPanicCountedCharacterHasZeroOrNegativeFrequencyCount, |
|
69 EPanicInconsistentArrayCounts, |
|
70 EPanicBadSortType, |
|
71 EPanicNotInsideMutexProtectedCode1, |
|
72 EPanicNotInsideMutexProtectedCode2, |
|
73 EPanicSortConfusion, |
|
74 EPanicBinarySearchConfusion, |
|
75 EPanicBadResult1, |
|
76 EPanicBadResult2, |
|
77 EPanicUnexpectedError1, |
|
78 EPanicUnexpectedError2 |
|
79 }; |
|
80 |
|
81 #endif // __FEPBPANIC_H__ |
|
82 |