VirtualBox

Changeset 50229 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 24, 2014 9:22:26 PM (11 years ago)
Author:
vboxsync
Message:

Removed a bit too much

Location:
trunk/src/VBox/Devices/USB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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. */
Note: See TracChangeset for help on using the changeset viewer.

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