VirtualBox

Ignore:
Timestamp:
Jun 23, 2011 5:16:39 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72464
Message:

Main/USB/linux: move USBProxyLinuxChooseMethod to USBGetDevices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/USBProxyService.h

    r37617 r37618  
    197197#  endif
    198198
    199 #ifdef UNIT_TEST
    200 void TestUSBSetupInit(const char *pcszUsbfsRoot, bool fUsbfsAccessible,
    201                       const char *pcszDevicesRoot, bool fDevicesAccessible,
    202                       int rcMethodInitResult);
    203 void TestUSBSetEnv(const char *pcszEnvUsb, const char *pcszEnvUsbRoot);
    204 #endif
    205 
    206199/**
    207200 * The Linux hosted USB Proxy Service.
     
    217210    virtual int captureDevice(HostUSBDevice *aDevice);
    218211    virtual int releaseDevice(HostUSBDevice *aDevice);
    219 
    220 #  ifdef UNIT_TEST
    221     /* Test getters for querying internal state.  This will go away. */
    222     bool testGetUsingUsbfs(void) { return mUsingUsbfsDevices; }
    223     const char *testGetDevicesRoot(void) { return mDevicesRoot.c_str(); }
    224 #  endif
    225212
    226213protected:
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