Changeset 23920 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 20, 2009 5:52:29 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53725
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r23914 r23920 8521 8521 aConsoleProgress, 8522 8522 1, // operation weight; must be the same as in Console::TakeSnapshot() 8523 fTakingSnapshotOnline);8523 !!fTakingSnapshotOnline); 8524 8524 8525 8525 if (SUCCEEDED(rc) && mSnapshotData.mLastState == MachineState_Saved) … … 8554 8554 } 8555 8555 } 8556 catch (HRESULT rc)8556 catch (HRESULT hrc) 8557 8557 { 8558 8558 pSnapshot->uninit(); 8559 8559 pSnapshot.setNull(); 8560 rc = hrc; 8560 8561 } 8561 8562
Note:
See TracChangeset
for help on using the changeset viewer.