bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp
changeset 25 9c3798b88e30
parent 0 f63038272f30
child 14 f7fbeaeb166a
equal deleted inserted replaced
24:8930e1d1d530 25:9c3798b88e30
    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");