VirtualBox

Ignore:
Timestamp:
Aug 11, 2010 2:54:09 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64679
Message:

Main: bring back boolean argument to IConsole::discardSavedState()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r31539 r31574  
    433433                ComPtr<IConsole> console;
    434434                CHECK_ERROR_BREAK(a->session, COMGETTER(Console)(console.asOutParam()));
    435                 CHECK_ERROR_BREAK(console, DiscardSavedState());
     435                CHECK_ERROR_BREAK(console, DiscardSavedState(true /* fDeleteFile */));
    436436            } while (0);
    437437            CHECK_ERROR_BREAK(a->session, UnlockMachine());
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette