Changeset 78765 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- May 26, 2019 4:56:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp
r78761 r78765 1033 1033 { 1034 1034 rc = taskMoveVM->m_pProgress->SetNextOperation(BstrFmt("Skip the empty operation %d...", i).raw(), 1); 1035 if (FAILED(rc)) throw rc; 1035 if (FAILED(rc)) throw rc; /** @todo r=bird: Who exactly should be catching this? Our caller is 1036 * ThreadTask::taskHandlerThreadProc and it doesn't catch anything, nor does the 1037 * IPRT. */ 1036 1038 } 1037 1039
Note:
See TracChangeset
for help on using the changeset viewer.