- Timestamp:
- Nov 6, 2009 2:40:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SnapshotImpl.cpp
r24433 r24447 1810 1810 LogFlowThisFunc(("Detaching old current state in differencing image '%s'\n", pMedium->name().raw())); 1811 1811 1812 // we "detach" the medium by removing the attachment object 1813 // from the current machine data; saveSettings() below will then 1814 // compare the current machine data with the one in the backup 1815 // and actually call Medium::detachFrom() 1812 1816 mMediaData->mAttachments.remove(pAttach); 1813 pMedium->detachFrom(mData->mUuid);1814 1817 1815 1818 llDiffsToDelete.push_back(pMedium);
Note:
See TracChangeset
for help on using the changeset viewer.