Changeset 31574 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Aug 11, 2010 2:54:09 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64679
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r31539 r31574 433 433 ComPtr<IConsole> console; 434 434 CHECK_ERROR_BREAK(a->session, COMGETTER(Console)(console.asOutParam())); 435 CHECK_ERROR_BREAK(console, DiscardSavedState( ));435 CHECK_ERROR_BREAK(console, DiscardSavedState(true /* fDeleteFile */)); 436 436 } while (0); 437 437 CHECK_ERROR_BREAK(a->session, UnlockMachine());
Note:
See TracChangeset
for help on using the changeset viewer.