bluetoothengine/btnotif/inc/btnotifpanic.h
branchRCL_3
changeset 61 269724087bed
parent 0 f63038272f30
child 72 4b59561a31c0
--- a/bluetoothengine/btnotif/inc/btnotifpanic.h	Wed Sep 01 12:20:04 2010 +0100
+++ b/bluetoothengine/btnotif/inc/btnotifpanic.h	Tue Sep 14 21:37:10 2010 +0300
@@ -22,7 +22,10 @@
 
 enum TBtNotifPanic
     {
-    EiDeviceNullWhenCallingGetDeviceFromRegL = 0,
+    EiDeviceNullWhenCallingGetDeviceFromRegL    = 0,
+    EiParamBufferLeakedFromPreviousActivation   = 1,
+    EiParamBufferNullInProcessStartParams       = 2,
+    EiMessageNullInProcessStartParams           = 3,
     };
 
 template <typename XAny>