Changeset 58553 in vbox
- Timestamp:
- Nov 3, 2015 4:40:57 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103891
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r58484 r58553 12681 12681 } 12682 12682 12683 if (mConsoleTaskData.mProgress) 12684 { 12685 Assert(aReason == Uninit::Abnormal); 12686 mConsoleTaskData.mProgress->i_notifyComplete(E_FAIL, 12687 COM_IIDOF(ISession), 12688 getComponentName(), 12689 tr("The VM session was aborted")); 12690 mConsoleTaskData.mProgress.setNull(); 12691 } 12692 12683 12693 /* remove the association between the peer machine and this session machine */ 12684 12694 Assert( (SessionMachine*)mData->mSession.mMachine == this
Note:
See TracChangeset
for help on using the changeset viewer.