Changeset 37618 in vbox for trunk/src/VBox/Main/include/USBProxyService.h
- Timestamp:
- Jun 23, 2011 5:16:39 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/USBProxyService.h
r37617 r37618 197 197 # endif 198 198 199 #ifdef UNIT_TEST200 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 #endif205 206 199 /** 207 200 * The Linux hosted USB Proxy Service. … … 217 210 virtual int captureDevice(HostUSBDevice *aDevice); 218 211 virtual int releaseDevice(HostUSBDevice *aDevice); 219 220 # ifdef UNIT_TEST221 /* 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 # endif225 212 226 213 protected:
Note:
See TracChangeset
for help on using the changeset viewer.