VirtualBox

儲存庫 vbox 的更動 50229


忽略:
時間撮記:
2014-1-24 下午09:22:26 (11 年 以前)
作者:
vboxsync
訊息:

Removed a bit too much

位置:
trunk/src/VBox/Devices/USB
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/USB/USBProxyDevice.cpp

    r50228 r50229  
    823823    pThis->fMaskedIfs = 0;
    824824    pThis->fOpened = false;
     825    pThis->fInited = false;
    825826
    826827    /*
     
    10721073            return rc;
    10731074    }
     1075    pThis->fInited = true;
    10741076
    10751077    /*
  • trunk/src/VBox/Devices/USB/USBProxyDevice.h

    r50228 r50229  
    206206     * For dealing with failed construction (the destruct method is always called). */
    207207    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;
    208211    /** Whether the device has been detached.
    209212     * This is hack for making PDMUSBREG::pfnUsbQueue return the right status code. */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette