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/MediumAttachmentImpl.cpp

    r98103 r98262  
    187187
    188188    AutoCaller thatCaller(aThat);
    189     AssertComRCReturnRC(thatCaller.rc());
     189    AssertComRCReturnRC(thatCaller.hrc());
    190190
    191191    AutoReadLock thatlock(aThat COMMA_LOCKVAL_SRC_POS);
     
    410410    /* sanity */
    411411    AutoCaller autoCaller(this);
    412     AssertComRCReturnVoid(autoCaller.rc());
     412    AssertComRCReturnVoid(autoCaller.hrc());
    413413
    414414    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
     
    428428    /* sanity */
    429429    AutoCaller autoCaller(this);
    430     AssertComRCReturnVoid(autoCaller.rc());
     430    AssertComRCReturnVoid(autoCaller.hrc());
    431431
    432432    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
     
    623623    /* sanity */
    624624    AutoCaller autoCaller(this);
    625     AssertComRCReturnVoid(autoCaller.rc());
     625    AssertComRCReturnVoid(autoCaller.hrc());
    626626    Assert(!m->pMachine->i_isSnapshotMachine());
    627627
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