VirtualBox

Changeset 34316 in vbox


Ignore:
Timestamp:
Nov 24, 2010 12:52:20 PM (14 years ago)
Author:
vboxsync
Message:

Main/Event: comment the special use of E_ABORT

File:
1 edited

Legend:

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

    r33540 r34316  
    10611061            cbRc = record.obj()->process(aEvent, aWaitable, pit, alock);
    10621062
     1063            /* Note that E_ABORT is used above to signal that a passive
     1064             * listener was unregistered due to not picking up its event.
     1065             * This overlaps with XPCOM specific use of E_ABORT to signal
     1066             * death of an active listener, but that's irrelevant here. */
    10631067            if (FAILED_DEAD_INTERFACE(cbRc) || (cbRc == E_ABORT))
    10641068            {
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