- Timestamp:
- May 6, 2019 6:35:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r78261 r78401 6859 6859 { 6860 6860 RT_NOREF(aTarget); 6861 return (m->fMoveThisMedium == true) ? true:false; 6861 return (m->fMoveThisMedium == true) ? true:false; /** @todo r=bird: this is not an obfuscation contest! */ 6862 6862 } 6863 6863 … … 9480 9480 HRESULT Medium::i_taskMoveHandler(Medium::MoveTask &task) 9481 9481 { 9482 9482 LogFlowFuncEnter(); 9483 9483 HRESULT rcOut = S_OK; 9484 9484 … … 9498 9498 tr("Wrong preconditions for moving the medium %s"), 9499 9499 pTarget->m->strLocationFull.c_str()); 9500 LogFlowFunc(("LEAVE: rc=%Rhrc (early)\n", rc)); 9500 9501 return rc; 9501 9502 } … … 9631 9632 if (task.NotifyAboutChanges() && SUCCEEDED(mrc)) 9632 9633 m->pVirtualBox->i_onMediumConfigChanged(this); 9634 9635 LogFlowFunc(("LEAVE: mrc=%Rhrc\n", mrc)); 9633 9636 return mrc; 9634 9637 }
Note:
See TracChangeset
for help on using the changeset viewer.