VirtualBox

Ignore:
Timestamp:
Apr 4, 2011 12:40:10 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70944
Message:

Renamed iprt::Error to RTCError.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/xml.cpp

    r36521 r36523  
    109109
    110110LogicError::LogicError(RT_SRC_POS_DECL)
    111     : Error(NULL)
     111    : RTCError(NULL)
    112112{
    113113    char *msg = NULL;
     
    15731573    }
    15741574
    1575     void setError(const iprt::Error &x)
     1575    void setError(const RTCError &x)
    15761576    {
    15771577        error = x.what();
     
    16451645    }
    16461646    catch (const xml::EIPRTFailure &err) { pContext->setError(err); }
    1647     catch (const iprt::Error &err) { pContext->setError(err); }
     1647    catch (const RTCError &err) { pContext->setError(err); }
    16481648    catch (const std::exception &err) { pContext->setError(err); }
    16491649    catch (...) { pContext->setError(xml::LogicError(RT_SRC_POS)); }
     
    17701770    }
    17711771    catch (const xml::EIPRTFailure &err) { pContext->setError(err); }
    1772     catch (const iprt::Error &err) { pContext->setError(err); }
     1772    catch (const RTCError &err) { pContext->setError(err); }
    17731773    catch (const std::exception &err) { pContext->setError(err); }
    17741774    catch (...) { pContext->setError(xml::LogicError(RT_SRC_POS)); }
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