Changeset 26084 in vbox
- Timestamp:
- Jan 28, 2010 1:59:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/USBControllerImpl.cpp
r26046 r26084 611 611 * @param aMachineNode <Machine> node. 612 612 * 613 * @note Locks this object for writing.613 * @note Does not lock "this" as Machine::loadHardware, which calls this, does not lock either. 614 614 */ 615 615 HRESULT USBController::loadSettings(const settings::USBController &data) … … 617 617 AutoCaller autoCaller(this); 618 618 AssertComRCReturnRC(autoCaller.rc()); 619 620 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);621 619 622 620 /* Note: we assume that the default values for attributes of optional
Note:
See TracChangeset
for help on using the changeset viewer.