儲存庫 vbox 的更動 50229
- 時間撮記:
- 2014-1-24 下午09:22:26 (11 年 以前)
- 位置:
- trunk/src/VBox/Devices/USB
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/USB/USBProxyDevice.cpp
r50228 r50229 823 823 pThis->fMaskedIfs = 0; 824 824 pThis->fOpened = false; 825 pThis->fInited = false; 825 826 826 827 /* … … 1072 1073 return rc; 1073 1074 } 1075 pThis->fInited = true; 1074 1076 1075 1077 /* -
trunk/src/VBox/Devices/USB/USBProxyDevice.h
r50228 r50229 206 206 * For dealing with failed construction (the destruct method is always called). */ 207 207 bool fOpened; 208 /** Whether we've called pfnInit or not. 209 * For dealing with failed construction (the destruct method is always called). */ 210 bool fInited; 208 211 /** Whether the device has been detached. 209 212 * This is hack for making PDMUSBREG::pfnUsbQueue return the right status code. */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器