Changeset 36993 in vbox for trunk/src/VBox/Main/include/USBGetDevices.h
- Timestamp:
- May 6, 2011 9:53:21 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/USBGetDevices.h
r36958 r36993 84 84 bool fIsDeviceNodes); 85 85 86 #ifdef UNIT_TEST 87 /** 88 * Specify the list of devices that will appear to be available through 89 * usbfs during unit testing (of USBProxyLinuxGetDevices) 90 * @param pacszDeviceAddresses NULL terminated array of usbfs device addresses 91 */ 92 extern void TestUSBSetAvailableUsbfsDevices(const char **pacszDeviceAddresses); 93 /** 94 * Specify the list of files that access will report as accessible (at present 95 * we only do accessible or not accessible) during unit testing (of 96 * USBProxyLinuxGetDevices) 97 * @param pacszAccessibleFiles NULL terminated array of file paths to be 98 * reported accessible 99 */ 100 extern void TestUSBSetAccessibleFiles(const char **pacszAccessibleFiles); 101 #endif 102 86 103 /** 87 104 * Get the list of USB devices supported by the system. Should be freed using
Note:
See TracChangeset
for help on using the changeset viewer.