bluetoothengine/btnotif/inc/btnotifpanic.h
branchRCL_3
changeset 72 4b59561a31c0
parent 61 269724087bed
equal deleted inserted replaced
64:1934667b0e2b 72:4b59561a31c0
    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,
       
    29     };
    26     };
    30 
    27 
    31 template <typename XAny>
    28 template <typename XAny>
    32 struct TBtNotifPanicCodeTypeChecker
    29 struct TBtNotifPanicCodeTypeChecker
    33     {
    30     {