VirtualBox

Changeset 98264 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 24, 2023 9:12:26 AM (23 months ago)
Author:
vboxsync
Message:

iprt/cpp/xml.h,Main: Added EIPRTFailure::getStatus() as an alternative to rc() to avoid having scm getting upset about ambigous 'rc' term. bugref:10223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/xml.h

    r98103 r98264  
    160160
    161161    int rc() const
     162    {
     163        return mRC;
     164    }
     165
     166    int getStatus() const
    162167    {
    163168        return mRC;
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