Changeset 72847 in vbox for trunk/src/VBox/Main/src-all/EventImpl.cpp
- Timestamp:
- Jul 4, 2018 2:04:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/EventImpl.cpp
r69500 r72847 749 749 BOOL aActive, 750 750 EventSource *aOwner) : 751 mActive(aActive), mOwner(aOwner), mQEventBusyCnt(0), mRefCnt(0) 752 { 753 mListener = aListener; 751 mListener(aListener), mActive(aActive), mOwner(aOwner), mQEventBusyCnt(0), mRefCnt(0) 752 { 754 753 EventMap *aEvMap = &aOwner->m->mEvMap; 755 754
Note:
See TracChangeset
for help on using the changeset viewer.