VirtualBox

Changeset 65432 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 24, 2017 4:09:53 PM (8 years ago)
Author:
vboxsync
Message:

doxygen fixes

Location:
trunk/src/VBox/Main/src-server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp

    r65426 r65432  
    11401140    if (mUsb != aDev)
    11411141    {
    1142 #if defined(RT_OS_WINDOWS) || defined(DOXYGEN_RUNNING)
     1142#if defined(RT_OS_WINDOWS)
    11431143        /* we used this logic of string comparison in HostUSBDevice::compare
    11441144         * now we need to preserve strings from the old device if the new device has zero strings
     
    11961196    }
    11971197
    1198 /** @def HOSTUSBDEVICE_FUZZY_STATE
     1198/*
    11991199 * Defined on hosts where we have a driver that keeps proper device states.
    12001200 */
    1201 # if defined(RT_OS_LINUX) || defined(DOXYGEN_RUNNING)
     1201# if defined(RT_OS_LINUX)
    12021202#  define HOSTUSBDEVICE_FUZZY_STATE 1
    12031203# else
  • trunk/src/VBox/Main/src-server/os2/USBProxyBackendOs2.cpp

    r65088 r65432  
    166166
    167167
     168#if 0
    168169bool USBProxyBackendOs2::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters,
    169170                                           SessionMachine **aIgnoreMachine)
     
    173174    return updateDeviceStateFake(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
    174175}
     176#endif
    175177
    176178
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