VirtualBox

Changeset 78765 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
May 26, 2019 4:56:41 AM (6 years ago)
Author:
vboxsync
Message:

Main/MachineImplMoveVM.cpp: Another todo. bugref:8345

File:
1 edited

Legend:

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

    r78761 r78765  
    10331033        {
    10341034            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. */
    10361038        }
    10371039
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette