VirtualBox

Ignore:
Timestamp:
Nov 25, 2008 3:59:35 PM (16 years ago)
Author:
vboxsync
Message:

Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also replaced E_UNEXPECTED with E_FAIL in all Assert* statements (for consistency).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleVRDPServer.cpp

    r13860 r14579  
    20372037    /* Enclose the state transition NotReady->InInit->Ready */
    20382038    AutoInitSpan autoInitSpan (this);
    2039     AssertReturn (autoInitSpan.isOk(), E_UNEXPECTED);
     2039    AssertReturn (autoInitSpan.isOk(), E_FAIL);
    20402040
    20412041    unconst (mParent) = aParent;
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