Changeset 70650 in vbox
- Timestamp:
- Jan 19, 2018 2:59:09 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120381
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r70606 r70650 7279 7279 * task pointer will be owned by the ThreadTask class. 7280 7280 * There is no need to call operator "delete" in the end. 7281 */ 7281 */ 7282 7282 rc = task->init(); 7283 7283 if (SUCCEEDED(rc)) 7284 7284 { 7285 7285 rc = task->createThread(); 7286 if (FAILED(rc)) 7286 if (FAILED(rc)) 7287 7287 { 7288 7288 setError(rc, tr("Could not run the thread for the task MachineMoveVM"));
Note:
See TracChangeset
for help on using the changeset viewer.