VirtualBox

Changeset 98263 in vbox for trunk/src/VBox/Main/src-client


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

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

File:
1 edited

Legend:

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

    r98262 r98263  
    212212
    213213    HRESULT hrc() const { return mRC; }
    214     HRESULT rc() const { return mRC; }
    215214    bool isOk() const { return SUCCEEDED(hrc()); }
    216215
     
    62556254        /* The VM may be no more operational when this message arrives
    62566255         * (e.g. it may be Saving or Stopping or just PoweredOff). Use
    6257          * AutoVMCaller to detect it -- AutoVMCaller::rc() will return a
     6256         * AutoVMCaller to detect it -- AutoVMCaller::hrc() will return a
    62586257         * failure in this case. */
    62596258
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