VirtualBox

Ignore:
Timestamp:
Mar 16, 2016 7:43:56 PM (9 years ago)
Author:
vboxsync
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/win/USBProxyBackendWindows.cpp

    r60067 r60068  
    3838 * Initialize data members.
    3939 */
    40 USBProxyBackendWindows::USBProxyBackendWindows(USBProxyService *aUsbProxyService, const com::Utf8Str &strId)
    41     : USBProxyBackend(aUsbProxyService, strId), mhEventInterrupt(INVALID_HANDLE_VALUE)
     40USBProxyBackendWindows::USBProxyBackendWindows(USBProxyService *aUsbProxyService)
     41    : USBProxyBackend(aUsbProxyService), mhEventInterrupt(INVALID_HANDLE_VALUE)
    4242{
    4343    LogFlowThisFunc(("aUsbProxyService=%p\n", aUsbProxyService));
     
    5050 * @returns S_OK on success and non-fatal failures, some COM error otherwise.
    5151 */
    52 int USBProxyBackendWindows::init(const com::Utf8Str &strAddress)
    53 {
    54     NOREF(strAddress);
    55 
     52int USBProxyBackendWindows::init(void)
     53{
    5654    /*
    5755     * Create the semaphore (considered fatal).
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