VirtualBox

Changeset 39710 in vbox for trunk/src


Ignore:
Timestamp:
Jan 6, 2012 5:58:00 PM (13 years ago)
Author:
vboxsync
Message:

nits.

File:
1 edited

Legend:

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

    r36619 r39710  
    10581058            RecordHolder<ListenerRecord> record(*it);
    10591059
    1060             /**
     1060            /*
    10611061             * We pass lock here to allow modifying ops on EventSource inside callback
    10621062             * in active mode. Note that we expect list iterator stability as 'alock'
     
    10691069             * This overlaps with XPCOM specific use of E_ABORT to signal
    10701070             * death of an active listener, but that's irrelevant here. */
    1071             if (FAILED_DEAD_INTERFACE(cbRc) || (cbRc == E_ABORT))
     1071            if (FAILED_DEAD_INTERFACE(cbRc) || cbRc == E_ABORT)
    10721072            {
    10731073                Listeners::iterator lit = m->mListeners.find(record.obj()->mListener);
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