diff -r 5cc91383ab1e -r 7333d7932ef7 appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDriveUtils.cpp --- a/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDriveUtils.cpp Thu Aug 19 10:02:49 2010 +0300 +++ b/appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIDriveUtils.cpp Tue Aug 31 15:21:33 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; }