camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamVideoSettingsList.cpp
branchRCL_3
changeset 19 e32fcfe0045f
parent 17 8f559c47d7fd
equal deleted inserted replaced
17:8f559c47d7fd 19:e32fcfe0045f
   261                                                  driveStatus );
   261                                                  driveStatus );
   262                 if( err == KErrNone )
   262                 if( err == KErrNone )
   263                     {
   263                     {
   264                     if( ( driveStatus & DriveInfo::EDrivePresent) ==  DriveInfo::EDrivePresent )
   264                     if( ( driveStatus & DriveInfo::EDrivePresent) ==  DriveInfo::EDrivePresent )
   265                         {
   265                         {
   266                         includedMedias |= AknCommonDialogsDynMem::EMemoryTypeInternalMassStorage;
   266                         if( ( driveStatus & DriveInfo::EDriveRemovable ) != DriveInfo::EDriveRemovable )
   267                         driveCount++;
   267                             {
       
   268                             includedMedias |= AknCommonDialogsDynMem::EMemoryTypeInternalMassStorage;
       
   269                             driveCount++;
       
   270                             }
   268                         }
   271                         }
   269                     }
   272                     }
   270                 }
   273                 }
   271             
   274             
   272             err = DriveInfo::GetDefaultDrive( DriveInfo::EDefaultRemovableMassStorage, drive );
   275             err = DriveInfo::GetDefaultDrive( DriveInfo::EDefaultRemovableMassStorage, drive );