bluetooth/btstack/avctp/avctpPacketMgr.cpp
changeset 19 4b81101308c6
parent 0 29b1cd4cb562
child 44 e9b924a62a66
equal deleted inserted replaced
17:907b2fb7aa8e 19:4b81101308c6
    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 /**