bluetooth/btstack/avctp/avctpmuxer.cpp
changeset 19 4b81101308c6
parent 0 29b1cd4cb562
child 44 e9b924a62a66
equal deleted inserted replaced
17:907b2fb7aa8e 19:4b81101308c6
    33 #include "avctpsap.h"
    33 #include "avctpsap.h"
    34 #include "avctpPacketMgr.h"
    34 #include "avctpPacketMgr.h"
    35 
    35 
    36 #ifdef __FLOG_ACTIVE
    36 #ifdef __FLOG_ACTIVE
    37 _LIT8(KLogComponent, LOG_COMPONENT_AVCTP);
    37 _LIT8(KLogComponent, LOG_COMPONENT_AVCTP);
    38 #endif
       
    39 
       
    40 #ifdef _DEBUG
       
    41 PANICCATEGORY("avctpmux");
       
    42 #endif
    38 #endif
    43 
    39 
    44 using namespace SymbianAvctp;
    40 using namespace SymbianAvctp;
    45 
    41 
    46 #ifdef __FLOG_ACTIVE	
    42 #ifdef __FLOG_ACTIVE