Changeset 34316 in vbox
- Timestamp:
- Nov 24, 2010 12:52:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/EventImpl.cpp
r33540 r34316 1061 1061 cbRc = record.obj()->process(aEvent, aWaitable, pit, alock); 1062 1062 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. */ 1063 1067 if (FAILED_DEAD_INTERFACE(cbRc) || (cbRc == E_ABORT)) 1064 1068 {
Note:
See TracChangeset
for help on using the changeset viewer.