VirtualBox

Ignore:
Timestamp:
Dec 17, 2013 6:48:22 PM (11 years ago)
Author:
vboxsync
Message:

6813 solaris bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/solaris/USBProxyServiceSolaris.cpp

    r48016 r49962  
    340340
    341341    AutoReadLock devLock(aDevice COMMA_LOCKVAL_SRC_POS);
    342     LogFlowThisFunc(("aDevice=%s\n", aDevice->getName().c_str()));
    343 
    344     Assert(aDevice->getUnistate() == kHostUSBDeviceState_Capturing);
     342    LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
     343
     344    Assert(aDevice->i_getUnistate() == kHostUSBDeviceState_Capturing);
    345345    AssertReturn(aDevice->mUsb, VERR_INVALID_POINTER);
    346346
     
    379379     * Remove the one-shot filter if necessary.
    380380     */
    381     LogFlowThisFunc(("aDevice=%s aSuccess=%RTbool mOneShotId=%p\n", aDevice->getName().c_str(), aSuccess, aDevice->mOneShotId));
     381    LogFlowThisFunc(("aDevice=%s aSuccess=%RTbool mOneShotId=%p\n", aDevice->_getName().c_str(), aSuccess, aDevice->mOneShotId));
    382382    if (!aSuccess && aDevice->mOneShotId)
    383383        USBLibRemoveFilter(aDevice->mOneShotId);
     
    395395
    396396    AutoReadLock devLock(aDevice COMMA_LOCKVAL_SRC_POS);
    397     LogFlowThisFunc(("aDevice=%s\n", aDevice->getName().c_str()));
    398 
    399     Assert(aDevice->getUnistate() == kHostUSBDeviceState_ReleasingToHost);
     397    LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
     398
     399    Assert(aDevice->i_getUnistate() == kHostUSBDeviceState_ReleasingToHost);
    400400    AssertReturn(aDevice->mUsb, VERR_INVALID_POINTER);
    401401
     
    434434     * Remove the one-shot filter if necessary.
    435435     */
    436     LogFlowThisFunc(("aDevice=%s aSuccess=%RTbool mOneShotId=%p\n", aDevice->getName().c_str(), aSuccess, aDevice->mOneShotId));
     436    LogFlowThisFunc(("aDevice=%s aSuccess=%RTbool mOneShotId=%p\n", aDevice->i_getName().c_str(), aSuccess, aDevice->mOneShotId));
    437437    if (!aSuccess && aDevice->mOneShotId)
    438438        USBLibRemoveFilter(aDevice->mOneShotId);
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