|
1 // Copyright (c) 2002-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 // |
|
15 |
|
16 #ifndef __LOGCLIPANIC_H__ |
|
17 #define __LOGCLIPANIC_H__ |
|
18 |
|
19 // System includes |
|
20 #include <e32def.h> |
|
21 |
|
22 /** |
|
23 Enumerations |
|
24 @internalComponent |
|
25 */ |
|
26 enum TLogCliPanic |
|
27 { |
|
28 ELogAlreadyActive1 =0, |
|
29 ELogAlreadyActive2 =1, |
|
30 ELogAlreadyActive3 =2, |
|
31 ELogAlreadyActive4 =3, |
|
32 ELogAlreadyActive5 =4, |
|
33 ELogAlreadyActive6 =5, |
|
34 ELogAlreadyActive7 =6, |
|
35 ELogNotValid1 =7, |
|
36 ELogNotValid2 =8, |
|
37 ELogNotValid3 =9, |
|
38 ELogNotValid4 =10, |
|
39 ELogAlreadyObserving =11, |
|
40 ELogUndefinedChangeType =12, |
|
41 ELogUnexpectedChangeType =13, |
|
42 ELogWindowNoChangeObserver =14, |
|
43 ELogWindowStateMachineNavigationError1 =15, |
|
44 ELogWindowStateMachineNavigationError2 =16, |
|
45 ELogWindowCursorCalculationOutOfBounds =17, |
|
46 ELogWindowNavigationOutsideWindow =18, |
|
47 ELogWindowStateMachineCancelError =19, |
|
48 ELogCouldNotReconnectToLogServer =20, |
|
49 ELogNullRcFile =21, |
|
50 ELogDualSimNotSupported =22 |
|
51 }; |
|
52 |
|
53 /** |
|
54 @internalComponent |
|
55 */ |
|
56 GLREF_C void Panic(TLogCliPanic aPanic); |
|
57 |
|
58 #endif |