VirtualBox

Changeset 53160 in vbox


Ignore:
Timestamp:
Oct 28, 2014 4:26:43 PM (10 years ago)
Author:
vboxsync
Message:

Main/EventImpl.cpp: fix passive event handling regression from wrapper conversion

File:
1 edited

Legend:

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

    r52734 r53160  
    11491149    HRESULT rc = S_OK;
    11501150
    1151     IEvent *ae = aEvent;
    1152 
    11531151    if (it != m->mListeners.end())
    1154         rc = it->second.obj()->dequeue(&ae, aTimeout, alock);
     1152        rc = it->second.obj()->dequeue(aEvent.asOutParam(), aTimeout, alock);
    11551153    else
    11561154        rc = setError(VBOX_E_OBJECT_NOT_FOUND,
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