bluetooth/btstack/avctp/avctpPacketMgr.cpp
branchRCL_3
changeset 56 015fa7494bd2
parent 44 e9b924a62a66
equal deleted inserted replaced
49:10183c6d2913 56:015fa7494bd2
    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 /**