bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp
branchRCL_3
changeset 13 b6f55cd40afd
parent 0 f63038272f30
child 14 f7fbeaeb166a
equal deleted inserted replaced
11:a42ed326b458 13:b6f55cd40afd
    30 #include "BTUIDeviceContainer.h"
    30 #include "BTUIDeviceContainer.h"
    31 #include "BTUIListedDevicesView.h"
    31 #include "BTUIListedDevicesView.h"
    32 #include "debug.h"               
    32 #include "debug.h"               
    33 #include "btui.h" // Global declarations
    33 #include "btui.h" // Global declarations
    34 
    34 
    35 const TInt KBTNumberOfIcons = 13;    // Number of class of device icons
    35 const TInt KBTNumberOfIcons = 14;    // Number of class of device icons + extra one DEV_STATUS_AUTHORIZED
    36 	
    36 	
    37 _LIT( DEV_TYPE_COMPUTER,"0\t");
    37 _LIT( DEV_TYPE_COMPUTER,"0\t");
    38 _LIT( DEV_TYPE_PHONE,"1\t");
    38 _LIT( DEV_TYPE_PHONE,"1\t");
    39 _LIT( DEV_TYPE_AUDIO,"2\t");
    39 _LIT( DEV_TYPE_AUDIO,"2\t");
    40 _LIT( DEV_TYPE_DEFAULT,"3\t");	
    40 _LIT( DEV_TYPE_DEFAULT,"3\t");