branch | RCL_3 |
changeset 196 | 83c58605f049 |
parent 147 | bbf8bed59bcb |
child 249 | a179b74831c9 |
141:cc88aabd867b | 196:83c58605f049 |
---|---|
47 */ |
47 */ |
48 void TDriveInterface::Close() |
48 void TDriveInterface::Close() |
49 { |
49 { |
50 if((iMount != NULL) && (iMount->LocalDrive() != NULL)) |
50 if((iMount != NULL) && (iMount->LocalDrive() != NULL)) |
51 { |
51 { |
52 ASSERT(iMount->LocalDrive()->Mount() == NULL || iMount->LocalDrive()->Mount() == iMount); |
|
52 iMount->LocalDrive()->SetMount(NULL); |
53 iMount->LocalDrive()->SetMount(NULL); |
53 } |
54 } |
54 |
55 |
55 iMount = NULL; |
56 iMount = NULL; |
56 } |
57 } |