Changeset 65854 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Feb 23, 2017 11:48:49 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113623
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/USBProxyBackendWindows.cpp
r62485 r65854 53 53 * @returns S_OK on success and non-fatal failures, some COM error otherwise. 54 54 */ 55 int USBProxyBackendWindows::init(USBProxyService *aUsbProxyService, const com::Utf8Str &strId, const com::Utf8Str &strAddress) 56 { 57 USBProxyBackend::init(aUsbProxyService, strId, strAddress); 55 int USBProxyBackendWindows::init(USBProxyService *aUsbProxyService, const com::Utf8Str &strId, 56 const com::Utf8Str &strAddress, bool fLoadingSettings) 57 { 58 USBProxyBackend::init(aUsbProxyService, strId, strAddress, fLoadingSettings); 58 59 59 60 unconst(m_strBackend) = Utf8Str("host");
Note:
See TracChangeset
for help on using the changeset viewer.