Changeset 36619 in vbox for trunk/src/VBox
- Timestamp:
- Apr 8, 2011 7:51:31 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/EventImpl.cpp
r35728 r36619 1508 1508 ComPtr<IEventSource> es = *it; 1509 1509 rc = es->FireEvent(aEvent, aTimeout, aProcessed); 1510 /* Current behavior is that aggregator's FireEvent() always succeeds, 1511 so that multiple event sources don't affect each other. */ 1512 NOREF(rc); 1510 1513 } 1511 1514
Note:
See TracChangeset
for help on using the changeset viewer.