equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Panic codes for IPS Plugin for debugging purposes |
14 * Description: Panic codes for IPS Plugin for debugging purposes |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #ifndef IPSPLGPANIC_H |
18 #ifndef IPSPLGPANIC_H |
20 #define IPSPLGPANIC_H |
19 #define IPSPLGPANIC_H |
21 |
20 |
22 #include <e32cmn.h> |
21 #include <e32cmn.h> |
23 #include <e32def.h> |
22 #include <e32def.h> |
24 |
23 |
25 _LIT(KIpsPlgPanicCategory, "IpsPlgSos"); |
24 _LIT(KIpsPlgPanicCategory, "IpsPlgSos"); |
|
25 _LIT( KIpsPlgIpsConnPanic, "IpsConn" ); |
26 |
26 |
27 enum TIpsPlgPanic { |
27 enum TIpsPlgPanic { |
28 EIpsPlgInvalidMessageIndex, |
28 EIpsPlgInvalidMessageIndex, |
29 EIpsPlgNotAService, |
29 EIpsPlgNotAService, |
30 EIpsPlgIsNotRoot, |
30 EIpsPlgIsNotRoot, |