VirtualBox

Ignore:
Timestamp:
Mar 19, 2016 10:22:46 AM (9 years ago)
Author:
vboxsync
Message:

Main/USBProxyService: Save any additional USB device sources in the global configuration and load them during startup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/freebsd/USBProxyBackendFreeBSD.cpp

    r60089 r60107  
    7272 * @returns S_OK on success and non-fatal failures, some COM error otherwise.
    7373 */
    74 int USBProxyBackendFreeBSD::init(const com::Utf8Str &strAddress)
    75 {
    76     NOREF(strAddress);
     74int 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");
    7779
    7880    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette