VirtualBox

Ignore:
Timestamp:
Jun 12, 2014 4:46:20 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94351
Message:

6813 Use of server side API wrapper code - ConsoleImpl.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/RemoteUSBBackend.cpp

    r51092 r51612  
    55
    66/*
    7  * Copyright (C) 2006-2012 Oracle Corporation
     7 * Copyright (C) 2006-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    820820    {
    821821        /* Unmount all remote USB devices. */
    822         mConsole->processRemoteUSBDevices(mu32ClientId, NULL, 0, false);
     822        mConsole->i_processRemoteUSBDevices(mu32ClientId, NULL, 0, false);
    823823
    824824        menmPollRemoteDevicesStatus = PollRemoteDevicesStatus_Dereferenced;
     
    880880            if (mfHasDeviceList)
    881881            {
    882                 mConsole->processRemoteUSBDevices(mu32ClientId, (VRDEUSBDEVICEDESC *)mpvDeviceList, mcbDeviceList, mfDescExt);
     882                mConsole->i_processRemoteUSBDevices(mu32ClientId, (VRDEUSBDEVICEDESC *)mpvDeviceList, mcbDeviceList, mfDescExt);
    883883                LogFlow(("USB::PollRemoteDevices: WaitResponse after process\n"));
    884884
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