VirtualBox

Changeset 27418 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Mar 16, 2010 5:30:50 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58893
Message:

IPRT: much better error messages for XML runtime errors (improves greatly the 'inaccessible' message when a machine XML is missing)

File:
1 edited

Legend:

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

    r26163 r27418  
    164164public:
    165165
    166     EIPRTFailure (int aRC);
    167 
    168     int rc() const { return mRC; }
     166    EIPRTFailure(int aRC, const char *pcszContext, ...);
     167
     168    int rc() const
     169    {
     170        return mRC;
     171    }
    169172
    170173private:
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