儲存庫 vbox 的更動 26084
- 時間撮記:
- 2010-1-28 下午01:59:20 (15 年 以前)
- svn:sync-xref-src-repo-rev:
- 57037
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器