bluetoothengine/btnotif/inc/btnotifpanic.h
branchRCL_3
changeset 61 269724087bed
parent 0 f63038272f30
child 72 4b59561a31c0
equal deleted inserted replaced
56:9386f31cc85b 61:269724087bed
    20 
    20 
    21 _LIT(KBtNotifPanicName, "BtNotif Panic");
    21 _LIT(KBtNotifPanicName, "BtNotif Panic");
    22 
    22 
    23 enum TBtNotifPanic
    23 enum TBtNotifPanic
    24     {
    24     {
    25     EiDeviceNullWhenCallingGetDeviceFromRegL = 0,
    25     EiDeviceNullWhenCallingGetDeviceFromRegL    = 0,
       
    26     EiParamBufferLeakedFromPreviousActivation   = 1,
       
    27     EiParamBufferNullInProcessStartParams       = 2,
       
    28     EiMessageNullInProcessStartParams           = 3,
    26     };
    29     };
    27 
    30 
    28 template <typename XAny>
    31 template <typename XAny>
    29 struct TBtNotifPanicCodeTypeChecker
    32 struct TBtNotifPanicCodeTypeChecker
    30     {
    33     {