sl@0: // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifndef __LOGCLIPANIC_H__ sl@0: #define __LOGCLIPANIC_H__ sl@0: sl@0: // System includes sl@0: #include sl@0: sl@0: /** sl@0: Enumerations sl@0: @internalComponent sl@0: */ sl@0: enum TLogCliPanic sl@0: { sl@0: ELogAlreadyActive1 =0, sl@0: ELogAlreadyActive2 =1, sl@0: ELogAlreadyActive3 =2, sl@0: ELogAlreadyActive4 =3, sl@0: ELogAlreadyActive5 =4, sl@0: ELogAlreadyActive6 =5, sl@0: ELogAlreadyActive7 =6, sl@0: ELogNotValid1 =7, sl@0: ELogNotValid2 =8, sl@0: ELogNotValid3 =9, sl@0: ELogNotValid4 =10, sl@0: ELogAlreadyObserving =11, sl@0: ELogUndefinedChangeType =12, sl@0: ELogUnexpectedChangeType =13, sl@0: ELogWindowNoChangeObserver =14, sl@0: ELogWindowStateMachineNavigationError1 =15, sl@0: ELogWindowStateMachineNavigationError2 =16, sl@0: ELogWindowCursorCalculationOutOfBounds =17, sl@0: ELogWindowNavigationOutsideWindow =18, sl@0: ELogWindowStateMachineCancelError =19, sl@0: ELogCouldNotReconnectToLogServer =20, sl@0: ELogNullRcFile =21, sl@0: ELogDualSimNotSupported =22 sl@0: }; sl@0: sl@0: /** sl@0: @internalComponent sl@0: */ sl@0: GLREF_C void Panic(TLogCliPanic aPanic); sl@0: sl@0: #endif