|
1 // Copyright (c) 1998-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 enum TPopsPanic |
|
17 { |
|
18 EImppNonExistentPopMessage = 0, |
|
19 EImppBabelMsgDoesNotExist = 1, |
|
20 EImppBadSessionState = 2, |
|
21 EImppOperationAlreadyPending = 3, |
|
22 EImppBabelMsgArrayNotDefined = 4, |
|
23 EImppBufferNotTerminated = 5, |
|
24 EImppImskBufferError = 6, |
|
25 EImppAlreadyActive = 7, |
|
26 EImppUnknownRefreshState = 8, |
|
27 ETopStartBeforeUidlStart = 9, |
|
28 EPopNotConnectedToMbox = 10, |
|
29 EPopCurrentContextIsNotService = 11, |
|
30 EPopCurrentContextIsNullEntry = 12, |
|
31 EPopFailedDebugAssert = 13, |
|
32 EPopInvalidState = 14, |
|
33 EPopNullPointer = 15, |
|
34 EPopNewCarrierUnknownState = 16, |
|
35 EPopSessionManagerInvalidState = 17, |
|
36 EPopUnexpectedMigrateState = 18, |
|
37 EPopRestartUnexpectedOp = 19, |
|
38 EPopCompleteOpUnexpectedOp = 20, |
|
39 EPopStopOpUnexpectedOp = 21, |
|
40 EPopUnexpectedNewCarrierActive = 22 |
|
41 |
|
42 }; |
|
43 |
|
44 extern void Panic(TPopsPanic aPanic); // source in IMPP.cpp |