bluetooth/btstack/avctp/avctpPacketMgr.cpp
branchRCL_3
changeset 23 5b153be919d4
parent 0 29b1cd4cb562
child 24 e9b924a62a66
equal deleted inserted replaced
22:786b94c6f0a4 23:5b153be919d4
    27 #include "avctpmuxer.h"
    27 #include "avctpmuxer.h"
    28 #include "avctpconstants.h"
    28 #include "avctpconstants.h"
    29 
    29 
    30 #ifdef __FLOG_ACTIVE
    30 #ifdef __FLOG_ACTIVE
    31 _LIT8(KLogComponent, LOG_COMPONENT_AVCTP);
    31 _LIT8(KLogComponent, LOG_COMPONENT_AVCTP);
    32 #endif
       
    33 
       
    34 #ifdef _DEBUG
       
    35 PANICCATEGORY("pktmgr");
       
    36 #endif
    32 #endif
    37 
    33 
    38 using namespace SymbianAvctp;
    34 using namespace SymbianAvctp;
    39 
    35 
    40 /**
    36 /**