Changeset 24342 in vbox
- Timestamp:
- Nov 4, 2009 3:42:41 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 54361
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r24323 r24342 8605 8605 ComAssertRet (!control.isNull(), E_INVALIDARG); 8606 8606 8607 AutoWriteLock alock(this); 8607 /* Creating a Progress object requires the VirtualBox children lock, and 8608 * thus locking it here is required by the lock order rules. */ 8609 AutoMultiWriteLock2 alock(mParent->childrenLock(), this->lockHandle()); 8608 8610 8609 8611 if (control.equalsTo (mData->mSession.mDirectControl))
Note:
See TracChangeset
for help on using the changeset viewer.