VirtualBox

Ignore:
Timestamp:
May 3, 2008 12:54:40 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30457
Message:

Removed the non-NEW_HOSTUSBDEVICE_STATE code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r8544 r8547  
    20112011            Guid (aId).raw());
    20122012
    2013 # if defined(RT_OS_DARWIN) || defined(NEW_HOSTUSBDEVICE_STATE)
    20142013    /*
    20152014     * Inform the USB device and USB proxy about what's cooking.
     
    20202019        return rc2;
    20212020    alock.enter();
    2022 #  ifndef NEW_HOSTUSBDEVICE_STATE
    2023     for (it = mUSBDevices.begin(); it != mUSBDevices.end(); ++ it)
    2024         if ((*it)->id() == aId)
    2025             break;
    2026     if (it == mUSBDevices.end())
    2027         return S_OK;
    2028 #  endif
    2029 # endif
    20302021
    20312022    /* Request the PDM to detach the USB device. */
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