VirtualBox

Ignore:
Timestamp:
Jan 24, 2023 1:42:14 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155461
Message:

Main: rc() -> hrc()/vrc(). bugref:10223

File:
1 edited

Legend:

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

    r98103 r98262  
    134134    /* sanity */
    135135    AutoCaller thatCaller(aThat);
    136     AssertComRCReturnRC(thatCaller.rc());
     136    AssertComRCReturnRC(thatCaller.hrc());
    137137
    138138    if (aReshare)
     
    176176
    177177    AutoCaller thatCaller(aThat);
    178     AssertComRCReturnRC(thatCaller.rc());
     178    AssertComRCReturnRC(thatCaller.hrc());
    179179
    180180    AutoReadLock thatlock(aThat COMMA_LOCKVAL_SRC_POS);
     
    270270{
    271271    AutoCaller autoCaller(this);
    272     AssertComRCReturnVoid(autoCaller.rc());
     272    AssertComRCReturnVoid(autoCaller.hrc());
    273273
    274274    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
     
    285285    /* sanity */
    286286    AutoCaller autoCaller(this);
    287     AssertComRCReturnVoid(autoCaller.rc());
     287    AssertComRCReturnVoid(autoCaller.hrc());
    288288
    289289    /* sanity too */
    290290    AutoCaller peerCaller(m->pPeer);
    291     AssertComRCReturnVoid(peerCaller.rc());
     291    AssertComRCReturnVoid(peerCaller.hrc());
    292292
    293293    /* lock both for writing since we modify both (m->pPeer is "master" so locked
     
    318318    /* sanity */
    319319    AutoCaller autoCaller(this);
    320     AssertComRCReturnVoid(autoCaller.rc());
     320    AssertComRCReturnVoid(autoCaller.hrc());
    321321
    322322    /* sanity too */
    323323    AutoCaller peerCaller(m->pPeer);
    324     AssertComRCReturnVoid(peerCaller.rc());
     324    AssertComRCReturnVoid(peerCaller.hrc());
    325325
    326326    /* peer is not modified, lock it for reading (m->pPeer is "master" so locked
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