VirtualBox

Ignore:
Timestamp:
Dec 14, 2015 2:28:25 PM (9 years ago)
Author:
vboxsync
Message:

Main: build fixes

File:
1 edited

Legend:

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

    r59117 r59119  
    2020*   Header Files                                                                                                                 *
    2121*********************************************************************************************************************************/
    22 #include "USBProxyService.h"
     22#include "USBProxyBackend.h"
    2323#include "Logging.h"
    2424
     
    3838 * Initialize data members.
    3939 */
    40 USBProxyServiceWindows::USBProxyServiceWindows(Host *aHost)
    41     : USBProxyService(aHost), mhEventInterrupt(INVALID_HANDLE_VALUE)
    42 {
    43     LogFlowThisFunc(("aHost=%p\n", aHost));
     40USBProxyBackendWindows::USBProxyBackendWindows(USBProxyService *aUsbProxyService)
     41    : USBProxyBackend(aHost), mhEventInterrupt(INVALID_HANDLE_VALUE)
     42{
     43    LogFlowThisFunc(("aUsbProxyService=%p\n", aUsbProxyService));
    4444}
    4545
     
    5050 * @returns S_OK on success and non-fatal failures, some COM error otherwise.
    5151 */
    52 int USBProxyServiceWindows::init(void)
     52int USBProxyBackendWindows::init(void)
    5353{
    5454    /*
     
    8888 * Stop all service threads and free the device chain.
    8989 */
    90 USBProxyServiceWindows::~USBProxyServiceWindows()
     90USBProxyBackendWindows::~USBProxyBackendWindows()
    9191{
    9292    LogFlowThisFunc(("\n"));
     
    110110
    111111
    112 void *USBProxyServiceWindows::insertFilter(PCUSBFILTER aFilter)
     112void *USBProxyBackendWindows::insertFilter(PCUSBFILTER aFilter)
    113113{
    114114    AssertReturn(aFilter, NULL);
     
    124124
    125125
    126 void USBProxyServiceWindows::removeFilter(void *aID)
     126void USBProxyBackendWindows::removeFilter(void *aID)
    127127{
    128128    LogFlow(("USBProxyServiceWindows::removeFilter(): id=%p\n", aID));
     
    134134
    135135
    136 int USBProxyServiceWindows::captureDevice(HostUSBDevice *aDevice)
     136int USBProxyBackendWindows::captureDevice(HostUSBDevice *aDevice)
    137137{
    138138    /*
     
    176176
    177177
    178 int USBProxyServiceWindows::releaseDevice(HostUSBDevice *aDevice)
     178int USBProxyBackendWindows::releaseDevice(HostUSBDevice *aDevice)
    179179{
    180180    /*
     
    219219
    220220
    221 bool USBProxyServiceWindows::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters,
     221bool USBProxyBackendWindows::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters,
    222222                                               SessionMachine **aIgnoreMachine)
    223223{
     
    229229
    230230
    231 int USBProxyServiceWindows::wait(unsigned aMillies)
     231int USBProxyBackendWindows::wait(unsigned aMillies)
    232232{
    233233    return USBLibWaitChange(aMillies);
     
    235235
    236236
    237 int USBProxyServiceWindows::interruptWait(void)
     237int USBProxyBackendWindows::interruptWait(void)
    238238{
    239239    return USBLibInterruptWaitChange();
     
    243243 * Gets a list of all devices the VM can grab
    244244 */
    245 PUSBDEVICE USBProxyServiceWindows::getDevices(void)
     245PUSBDEVICE USBProxyBackendWindows::getDevices(void)
    246246{
    247247    PUSBDEVICE pDevices = NULL;
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