Changeset 60107 in vbox for trunk/src/VBox/Main/src-server/freebsd/USBProxyBackendFreeBSD.cpp
- Timestamp:
- Mar 19, 2016 10:22:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/freebsd/USBProxyBackendFreeBSD.cpp
r60089 r60107 72 72 * @returns S_OK on success and non-fatal failures, some COM error otherwise. 73 73 */ 74 int USBProxyBackendFreeBSD::init(const com::Utf8Str &strAddress) 75 { 76 NOREF(strAddress); 74 int USBProxyBackendFreeBSD::init(USBProxyService *pUsbProxyService, const com::Utf8Str &strId, const com::Utf8Str &strAddresss) 75 { 76 USBProxyBackend::init(pUsbProxyService, strId, strAddress); 77 78 unconst(m_strBackend) = Utf8Str("host"); 77 79 78 80 /*
Note:
See TracChangeset
for help on using the changeset viewer.