Changeset 65854 in vbox for trunk/src/VBox/Main/src-server/darwin
- Timestamp:
- Feb 23, 2017 11:48:49 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp
r62485 r65854 53 53 * @returns VBox status code. 54 54 */ 55 int USBProxyBackendDarwin::init(USBProxyService *pUsbProxyService, const com::Utf8Str &strId, const com::Utf8Str &strAddress) 56 { 57 USBProxyBackend::init(pUsbProxyService, strId, strAddress); 55 int USBProxyBackendDarwin::init(USBProxyService *pUsbProxyService, const com::Utf8Str &strId, 56 const com::Utf8Str &strAddress, bool fLoadingSettings) 57 { 58 USBProxyBackend::init(pUsbProxyService, strId, strAddress, fLoadingSettings); 58 59 59 60 unconst(m_strBackend) = Utf8Str("host");
Note:
See TracChangeset
for help on using the changeset viewer.