Changeset 37606 in vbox for trunk/src/VBox
- Timestamp:
- Jun 23, 2011 9:59:04 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72452
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r37554 r37606 7392 7392 if (config.fAborted) 7393 7393 { 7394 Assert(!mSSData->strStateFilePath.isEmpty());7395 7394 mSSData->strStateFilePath.setNull(); 7396 7395 -
trunk/src/VBox/Main/xml/Settings.cpp
r37503 r37606 3294 3294 parseTimestamp(timeLastStateChange, str); 3295 3295 // constructor has called RTTimeNow(&timeLastStateChange) before 3296 if (elmMachine.getAttributeValue("aborted", fAborted)) 3297 fAborted = true; 3296 3298 3297 3299 // parse Hardware before the other elements because other things depend on it
Note:
See TracChangeset
for help on using the changeset viewer.