Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __LOGCLIPANIC_H__
17 #define __LOGCLIPANIC_H__
28 ELogAlreadyActive1 =0,
29 ELogAlreadyActive2 =1,
30 ELogAlreadyActive3 =2,
31 ELogAlreadyActive4 =3,
32 ELogAlreadyActive5 =4,
33 ELogAlreadyActive6 =5,
34 ELogAlreadyActive7 =6,
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,
50 ELogDualSimNotSupported =22
56 GLREF_C void Panic(TLogCliPanic aPanic);