diff -r 7333d7932ef7 -r 8b7f4e561641 appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDriveUtils.cpp --- a/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDriveUtils.cpp Tue Aug 31 15:21:33 2010 +0300 +++ b/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDriveUtils.cpp Wed Sep 01 12:22:02 2010 +0100 @@ -22,13 +22,13 @@ #include #include #include -//#include // Removed since CR 548 -//#include // Removed since CR 548 +#include +#include #ifdef RD_MULTIPLE_DRIVE -//#include // Removed since CR 548 -//#include // Removed since CR 548 +#include +#include #else -//#include // Removed since CR 548 +#include #endif //RD_MULTIPLE_DRIVE #include "CUIDriveUtils.h" @@ -119,12 +119,9 @@ // ----------------------------------------------------------------------------- // TBool CCUIDriveUtils::ShowSelectionDialogL( TInt& aSelectedDrive ) - { - + { TBool result( EFalse ); - // Removed since CR 548 -/* aSelectedDrive = 0; #ifdef RD_MULTIPLE_DRIVE @@ -233,7 +230,7 @@ #endif //RD_MULTIPLE_DRIVE CleanupStack::PopAndDestroy( 2 ); // header, memoryDialog -*/ + return result; }