VirtualBox

Ignore:
Timestamp:
Mar 16, 2016 7:43:56 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106059
Message:

Revert r106058, incomplete conversion of USBProxyBackend to a COM class failing to build on Windows

File:
1 edited

Legend:

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

    r60067 r60068  
    17041704
    17051705    return S_OK;
    1706 }
    1707 
    1708 HRESULT Host::addUSBDeviceSource(const com::Utf8Str &aBackend, const com::Utf8Str &aId, const com::Utf8Str &aAddress,
    1709                                  const std::vector<com::Utf8Str> &aPropertyNames, const std::vector<com::Utf8Str> &aPropertyValues)
    1710 {
    1711 #ifdef VBOX_WITH_USB
    1712     /* The USB proxy service will do the locking. */
    1713     return m->pUSBProxyService->addUSBDeviceSource(aBackend, aId, aAddress, aPropertyNames, aPropertyValues);
    1714 #else
    1715     ReturnComNotImplemented();
    1716 #endif
    1717 }
    1718 
    1719 HRESULT Host::removeUSBDeviceSource(const com::Utf8Str &aId)
    1720 {
    1721 #ifdef VBOX_WITH_USB
    1722     /* The USB proxy service will do the locking. */
    1723     return m->pUSBProxyService->removeUSBDeviceSource(aId);
    1724 #else
    1725     ReturnComNotImplemented();
    1726 #endif
    17271706}
    17281707
Note: See TracChangeset for help on using the changeset viewer.

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