bluetooth/btstack/avctp/avctpmuxer.cpp
branchRCL_3
changeset 23 5b153be919d4
parent 0 29b1cd4cb562
child 24 e9b924a62a66
equal deleted inserted replaced
22:786b94c6f0a4 23:5b153be919d4
    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