diff -r aecbbf00d063 -r d48ab3b357f1 commonuis/CommonDialogs/inc/caknmemoryselectionmodelmultidrive.h --- a/commonuis/CommonDialogs/inc/caknmemoryselectionmodelmultidrive.h Tue Aug 31 15:28:30 2010 +0300 +++ b/commonuis/CommonDialogs/inc/caknmemoryselectionmodelmultidrive.h Wed Sep 01 12:16:19 2010 +0100 @@ -132,7 +132,8 @@ EIconRemoteDrive, EIconRemoteDriveActive, // Icon used in D-column if drive active EIconInternalMassStorage, - EIconInternalMassStorageUnavailable + EIconInternalMassStorageUnavailable, + EIconExternalUSBDrive }; /** @@ -147,6 +148,8 @@ ETextRemoteDrive, ETextInternalMassStorage, ETextInternalMassStorageUnavailable, + ETextUSBDefaultName, + ETextUSBUnavailable, ETextMMCNamed, ETextCount // Count of the localized texts - must remain last! }; @@ -196,6 +199,15 @@ /** * Creates formatted listbox item and appends it to iListBoxArray. + * This method is for usb mass storage drives. + * + * @param aDriveInfo Drive information from which the lxx item string is + * created. + */ + void AddUSBItemToLbxL( const TCFDDriveInfo& aDriveInfo ); + + /** + * Creates formatted listbox item and appends it to iListBoxArray. * This method is for remote drives. * * @param aDriveInfo Drive information from which the lxx item string is