Changeset 27835 in vbox for trunk/src/VBox/Main/SnapshotImpl.cpp
- Timestamp:
- Mar 30, 2010 4:40:44 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59510
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SnapshotImpl.cpp
r27644 r27835 2314 2314 // in the snapshot machine 2315 2315 2316 rc = saveAllSnapshots( );2316 rc = saveAllSnapshots(*mData->m_pMachineConfigFile); 2317 2317 machineLock.release(); 2318 2318 if (FAILED(rc)) throw rc;
Note:
See TracChangeset
for help on using the changeset viewer.