Changeset 60068 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Mar 16, 2016 7:43:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/USBProxyBackendWindows.cpp
r60067 r60068 38 38 * Initialize data members. 39 39 */ 40 USBProxyBackendWindows::USBProxyBackendWindows(USBProxyService *aUsbProxyService , const com::Utf8Str &strId)41 : USBProxyBackend(aUsbProxyService , strId), mhEventInterrupt(INVALID_HANDLE_VALUE)40 USBProxyBackendWindows::USBProxyBackendWindows(USBProxyService *aUsbProxyService) 41 : USBProxyBackend(aUsbProxyService), mhEventInterrupt(INVALID_HANDLE_VALUE) 42 42 { 43 43 LogFlowThisFunc(("aUsbProxyService=%p\n", aUsbProxyService)); … … 50 50 * @returns S_OK on success and non-fatal failures, some COM error otherwise. 51 51 */ 52 int USBProxyBackendWindows::init(const com::Utf8Str &strAddress) 53 { 54 NOREF(strAddress); 55 52 int USBProxyBackendWindows::init(void) 53 { 56 54 /* 57 55 * Create the semaphore (considered fatal).
Note:
See TracChangeset
for help on using the changeset viewer.