- Timestamp:
- Jan 7, 2025 12:26:31 PM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r107276 r107464 8728 8728 * asynchronously */ 8729 8729 try { task = new VMPowerUpTask(this, pPowerupProgress); } 8730 catch (std::bad_alloc &) { throw hrc =E_OUTOFMEMORY; }8730 catch (std::bad_alloc &) { throw E_OUTOFMEMORY; } 8731 8731 if (!task->isOk()) 8732 8732 throw task->hrc(); … … 8737 8737 if (mMachineState == MachineState_Saved || mMachineState == MachineState_AbortedSaved) 8738 8738 try { task->mSavedStateFile = strSavedStateFile; } 8739 catch (std::bad_alloc &) { throw hrc =E_OUTOFMEMORY; }8739 catch (std::bad_alloc &) { throw E_OUTOFMEMORY; } 8740 8740 task->mTeleporterEnabled = fTeleporterEnabled; 8741 8741
Note:
See TracChangeset
for help on using the changeset viewer.