changeset 271 | dc268b18d709 |
parent 254 | 1560c419b176 |
child 291 | 206a6eaaeb71 |
269:d57b86b1867a | 271:dc268b18d709 |
---|---|
597 SetVolumeCleanL(ETrue); |
597 SetVolumeCleanL(ETrue); |
598 |
598 |
599 //-- finally, put the volume into RO mode if required |
599 //-- finally, put the volume into RO mode if required |
600 if(aOperation == RFs::EFinal_RO) |
600 if(aOperation == RFs::EFinal_RO) |
601 SetReadOnly(ETrue); |
601 SetReadOnly(ETrue); |
602 |
|
603 (void)LocalDrive()->Finalise(ETrue); |
|
602 |
604 |
603 SetState(EFinalised); |
605 SetState(EFinalised); |
604 } |
606 } |
605 |
607 |
606 |
608 |