coreapplicationuis/SysAp/Src/memorycard/sysapdrivelist.cpp
changeset 69 dcd4152cfe55
parent 65 8a530a83576a
equal deleted inserted replaced
65:8a530a83576a 69:dcd4152cfe55
    53 //
    53 //
    54 void CSysApDriveList::ConstructL()
    54 void CSysApDriveList::ConstructL()
    55     {
    55     {
    56     // Get the default memory card. If memory card is unavailable,
    56     // Get the default memory card. If memory card is unavailable,
    57     // then get the next best suitable drive.
    57     // then get the next best suitable drive.
    58     iDefaultMemoryCard = 0;
       
    59     
    58     
    60     TInt err( DriveInfo::GetDefaultDrive(
    59     TInt err( DriveInfo::GetDefaultDrive(
    61         DriveInfo::EDefaultRemovableMassStorage, iDefaultMemoryCard ) );
    60         DriveInfo::EDefaultRemovableMassStorage, iDefaultMemoryCard ) );
    62     if ( err != KErrNone )
    61     if ( err != KErrNone )
    63         {
    62         {