VirtualBox

Ignore:
Timestamp:
Dec 17, 2013 5:24:57 PM (11 years ago)
Author:
vboxsync
Message:

6813 stage 6 - Make use of server side API wrapper code in all interfaces

File:
1 edited

Legend:

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

    r47117 r49960  
    226226
    227227    AutoReadLock devLock(aDevice COMMA_LOCKVAL_SRC_POS);
    228     LogFlowThisFunc(("aDevice=%s\n", aDevice->getName().c_str()));
     228    LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
    229229
    230230    /*
    231231     * Don't think we need to do anything when the device is held... fake it.
    232232     */
    233     Assert(aDevice->getUnistate() == kHostUSBDeviceState_Capturing);
     233    Assert(aDevice->i_getUnistate() == kHostUSBDeviceState_Capturing);
    234234    devLock.release();
    235235    interruptWait();
     
    245245
    246246    AutoReadLock devLock(aDevice COMMA_LOCKVAL_SRC_POS);
    247     LogFlowThisFunc(("aDevice=%s\n", aDevice->getName().c_str()));
     247    LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
    248248
    249249    /*
    250250     * We're not really holding it atm., just fake it.
    251251     */
    252     Assert(aDevice->getUnistate() == kHostUSBDeviceState_ReleasingToHost);
     252    Assert(aDevice->i_getUnistate() == kHostUSBDeviceState_ReleasingToHost);
    253253    devLock.release();
    254254    interruptWait();
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