diff -r d17dc5398051 -r 92f864ef0288 appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDriveUtils.cpp --- a/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDriveUtils.cpp Fri Jun 11 13:45:18 2010 +0300 +++ b/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDriveUtils.cpp Wed Jun 23 18:20:02 2010 +0300 @@ -22,13 +22,13 @@ #include #include #include -#include -#include +//#include // Removed since CR 548 +//#include // Removed since CR 548 #ifdef RD_MULTIPLE_DRIVE -#include -#include +//#include // Removed since CR 548 +//#include // Removed since CR 548 #else -#include +//#include // Removed since CR 548 #endif //RD_MULTIPLE_DRIVE #include "CUIDriveUtils.h" @@ -119,9 +119,12 @@ // ----------------------------------------------------------------------------- // TBool CCUIDriveUtils::ShowSelectionDialogL( TInt& aSelectedDrive ) - { + { + TBool result( EFalse ); + // Removed since CR 548 +/* aSelectedDrive = 0; #ifdef RD_MULTIPLE_DRIVE @@ -230,7 +233,7 @@ #endif //RD_MULTIPLE_DRIVE CleanupStack::PopAndDestroy( 2 ); // header, memoryDialog - +*/ return result; }