VirtualBox

Ignore:
Timestamp:
Jul 4, 2018 2:04:32 AM (6 years ago)
Author:
vboxsync
Message:

Main/Event: ListenerRecord - consistently use member initializer list.

File:
1 edited

Legend:

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

    r69500 r72847  
    749749                               BOOL aActive,
    750750                               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{
    754753    EventMap *aEvMap = &aOwner->m->mEvMap;
    755754
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