Changeset 5777 in vbox for trunk/src/VBox
- Timestamp:
- Nov 16, 2007 5:18:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r5755 r5777 1600 1600 CheckComRCReturnRC (autoCaller.rc()); 1601 1601 1602 AutoLock alock (this); 1602 /* VirtualBox::getHardDisk() need read lock */ 1603 AutoMultiLock <2> alock (mParent->rlock(), this->wlock()); 1603 1604 1604 1605 HRESULT rc = checkStateDependency (MutableStateDep);
Note:
See TracChangeset
for help on using the changeset viewer.