- Timestamp:
- Jan 6, 2012 5:58:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/EventImpl.cpp
r36619 r39710 1058 1058 RecordHolder<ListenerRecord> record(*it); 1059 1059 1060 /* *1060 /* 1061 1061 * We pass lock here to allow modifying ops on EventSource inside callback 1062 1062 * in active mode. Note that we expect list iterator stability as 'alock' … … 1069 1069 * This overlaps with XPCOM specific use of E_ABORT to signal 1070 1070 * 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) 1072 1072 { 1073 1073 Listeners::iterator lit = m->mListeners.find(record.obj()->mListener);
Note:
See TracChangeset
for help on using the changeset viewer.