VirtualBox

Ignore:
Timestamp:
Jan 24, 2023 1:42:14 AM (23 months ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp

    r98103 r98262  
    199199
    200200    AutoCaller autoCaller(this);
    201     if (autoCaller.isNotOk()) return autoCaller.rc();
     201    if (autoCaller.isNotOk()) return autoCaller.hrc();
    202202
    203203    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
     
    216216
    217217    AutoCaller autoCaller(this);
    218     if (autoCaller.isNotOk()) return autoCaller.rc();
     218    if (autoCaller.isNotOk()) return autoCaller.hrc();
    219219
    220220    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
     
    233233
    234234    AutoCaller autoCaller(this);
    235     if (autoCaller.isNotOk()) return autoCaller.rc();
     235    if (autoCaller.isNotOk()) return autoCaller.hrc();
    236236
    237237    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
     
    248248
    249249    AutoCaller autoCaller(this);
    250     if (autoCaller.isNotOk()) return autoCaller.rc();
     250    if (autoCaller.isNotOk()) return autoCaller.hrc();
    251251
    252252    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
     
    278278
    279279    AutoCaller autoCaller(this);
    280     if (autoCaller.isNotOk()) return autoCaller.rc();
     280    if (autoCaller.isNotOk()) return autoCaller.hrc();
    281281
    282282    /* Default action is ignoring. */
     
    396396
    397397    AutoCaller autoCaller(this);
    398     if (autoCaller.isNotOk()) return autoCaller.rc();
     398    if (autoCaller.isNotOk()) return autoCaller.hrc();
    399399
    400400    /* Default action is ignoring. */
     
    501501
    502502    AutoCaller autoCaller(this);
    503     if (autoCaller.isNotOk()) return autoCaller.rc();
     503    if (autoCaller.isNotOk()) return autoCaller.hrc();
    504504
    505505    GuestDnDState *pState = GuestDnDInst()->getState();
     
    577577
    578578    AutoCaller autoCaller(this);
    579     if (FAILED(autoCaller.rc())) return autoCaller.rc();
     579    if (FAILED(autoCaller.hrc())) return autoCaller.hrc();
    580580
    581581    /* Default action is ignoring. */
     
    698698
    699699    AutoCaller autoCaller(this);
    700     if (FAILED(autoCaller.rc())) return autoCaller.rc();
     700    if (FAILED(autoCaller.hrc())) return autoCaller.hrc();
    701701
    702702    /* Input validation. */
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