Changeset 48311 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 5, 2013 2:37:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r48297 r48311 1435 1435 * When the console is done, it calls SessionMachine::EndTakingSnapshot(). 1436 1436 * 1437 * 1437 * @note Locks mParent + this object for writing. 1438 1438 * 1439 1439 * @param aInitiator in: The console on which Console::TakeSnapshot was called. … … 3399 3399 AssertReturn(aSource != aTarget, E_FAIL); 3400 3400 AssertReturn(aMediumLockList != NULL, E_FAIL); 3401 NOREF(fMergeForward); 3402 NOREF(aParentForTarget); 3403 NOREF(aChildrenToReparent); 3401 3404 3402 3405 HRESULT rc = S_OK; … … 3644 3647 return S_OK; 3645 3648 } 3649
Note:
See TracChangeset
for help on using the changeset viewer.