VirtualBox

Ignore:
Timestamp:
Apr 16, 2014 5:57:25 PM (11 years ago)
Author:
vboxsync
Message:

6813 src-client/MachineDebuggerImpl.cpp + various formatting changes

Location:
trunk/src/VBox/Main/src-server/linux
Files:
2 edited

Legend:

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

    r50783 r51092  
    466466
    467467/** Just a worker for USBProxyServiceLinux::getDevices that avoids some code duplication. */
    468 static int addDeviceToChain(PUSBDEVICE pDev, PUSBDEVICE *ppFirst, PUSBDEVICE **pppNext, const char *pcszUsbfsRoot, bool testfs, int rc)
     468static int addDeviceToChain(PUSBDEVICE pDev, PUSBDEVICE *ppFirst, PUSBDEVICE **pppNext, const char *pcszUsbfsRoot,
     469                            bool testfs, int rc)
    469470{
    470471    /* usbDeterminState requires the address. */
  • trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp

    r49960 r51092  
    258258
    259259
    260 bool USBProxyServiceLinux::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, SessionMachine **aIgnoreMachine)
     260bool USBProxyServiceLinux::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters,
     261                                             SessionMachine **aIgnoreMachine)
    261262{
    262263    AssertReturn(aDevice, false);
     
    277278 * See USBProxyService::deviceAdded for details.
    278279 */
    279 void USBProxyServiceLinux::deviceAdded(ComObjPtr<HostUSBDevice> &aDevice, SessionMachinesList &llOpenedMachines, PUSBDEVICE aUSBDevice)
     280void USBProxyServiceLinux::deviceAdded(ComObjPtr<HostUSBDevice> &aDevice, SessionMachinesList &llOpenedMachines,
     281                                       PUSBDEVICE aUSBDevice)
    280282{
    281283    AssertReturnVoid(aDevice);
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