VirtualBox

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/AutoStateDep.h

    r98262 r98263  
    8484
    8585        /** Decreases the number of dependencies before the instance is
    86          *  destroyed. Note that will reset #rc() to E_FAIL. */
     86         *  destroyed. Note that will reset #hrc() to E_FAIL. */
    8787        void release()
    8888        {
     
    9292        }
    9393
    94         /** Restores the number of callers after by #release(). #rc() will be
     94        /** Restores the number of callers after by #release(). #hrc() will be
    9595         *  reset to the result of calling addStateDependency() and must be
    9696         *  rechecked to ensure the operation succeeded. */
     
    104104        /** Returns the result of Machine::addStateDependency(). */
    105105        HRESULT hrc() const { return mRC; }
    106         /** Returns the result of Machine::addStateDependency().
    107          * @deprecated Use #hrc() instead.  */
    108         HRESULT rc() const { return mRC; }
    109106
    110107        /** Shortcut to SUCCEEDED(hrc()). */
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