VirtualBox

Changeset 37606 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 23, 2011 9:59:04 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72452
Message:

Settings: read the aborted flag

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r37554 r37606  
    73927392    if (config.fAborted)
    73937393    {
    7394         Assert(!mSSData->strStateFilePath.isEmpty());
    73957394        mSSData->strStateFilePath.setNull();
    73967395
  • trunk/src/VBox/Main/xml/Settings.cpp

    r37503 r37606  
    32943294            parseTimestamp(timeLastStateChange, str);
    32953295            // constructor has called RTTimeNow(&timeLastStateChange) before
     3296        if (elmMachine.getAttributeValue("aborted", fAborted))
     3297            fAborted = true;
    32963298
    32973299        // parse Hardware before the other elements because other things depend on it
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