- 時間撮記:
- 2015-5-8 下午08:01:46 (10 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r55721 r55769 3945 3945 /* Find the correct USB device in the list. */ 3946 3946 USBStorageDeviceList::iterator it; 3947 for (it = pThis->mUSBStorageDevices.begin(); it != pThis->mUSBStorageDevices.end(); it++)3947 for (it = pThis->mUSBStorageDevices.begin(); it != pThis->mUSBStorageDevices.end(); ++it) 3948 3948 { 3949 3949 if (it->iPort == lPort)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器