radioengine/utils/src/cradioaccessoryobserver.cpp
changeset 57 21be958eb3ce
parent 39 ac7857bd5fdb
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    27 //#include <accpolpropgenericid.h>
    27 //#include <accpolpropgenericid.h>
    28 #include <AccPolGenericIdDefinitions.h>
    28 #include <AccPolGenericIdDefinitions.h>
    29 
    29 
    30 #ifndef __WINS__
    30 #ifndef __WINS__
    31 // See accpolpropgenericid.h definitions KPCNokiaAV == 0x20000,
    31 // See accpolpropgenericid.h definitions KPCNokiaAV == 0x20000,
    32 // Forced to use hard coded value here to avoid including from epoc32/include/internal
    32 // Forced to use hard coded value here to avoid including from internal folder
    33 const TUint KPhysicalConnectionBitmask = 0x20000 | KPCWired;
    33 const TUint KPhysicalConnectionBitmask = 0x20000 | KPCWired;
    34 
    34 
    35 #else
    35 #else
    36 // See accpolpropgenericid.h definitions KPCNokiaAV == 0x20000, 
    36 // See accpolpropgenericid.h definitions KPCNokiaAV == 0x20000, 
    37 // Forced to use hard coded value here to avoid including from epoc32/include/internal
    37 // Forced to use hard coded value here to avoid including from internal folder
    38 const TUint KPhysicalConnectionBitmask = 0x20000 | KPCWired;
    38 const TUint KPhysicalConnectionBitmask = 0x20000 | KPCWired;
    39 
    39 
    40 #endif // __WINS__
    40 #endif // __WINS__
    41 
    41 
    42 #else
    42 #else