Changeset 40302 in vbox
- Timestamp:
- Feb 29, 2012 6:30:21 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76550
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r40282 r40302 4714 4714 /** 4715 4715 * Called by IInternalSessionControl::OnMediumChange(). 4716 *4717 * @note Locks this object for writing.4718 4716 */ 4719 4717 HRESULT Console::onMediumChange(IMediumAttachment *aMediumAttachment, BOOL aForce) … … 4723 4721 AutoCaller autoCaller(this); 4724 4722 AssertComRCReturnRC(autoCaller.rc()); 4725 4726 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);4727 4723 4728 4724 HRESULT rc = S_OK; … … 4738 4734 /* notify console callbacks on success */ 4739 4735 if (SUCCEEDED(rc)) 4740 {4741 alock.release(); /** @todo 101% safe? */4742 4736 fireMediumChangedEvent(mEventSource, aMediumAttachment); 4743 }4744 4737 4745 4738 LogFlowThisFunc(("Leaving rc=%#x\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.