VirtualBox

Changeset 31269 in vbox for trunk


Ignore:
Timestamp:
Aug 2, 2010 8:05:57 AM (14 years ago)
Author:
vboxsync
Message:

Main: don't return an IPRT error code here

File:
1 edited

Legend:

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

    r31210 r31269  
    10151015        VBoxEventType_T evType;
    10161016        hrc = aEvent->COMGETTER(Type)(&evType);
    1017         AssertComRCReturn(hrc, VERR_ACCESS_DENIED);
     1017        AssertComRCReturn(hrc, hrc);
    10181018
    10191019        EventMapList& listeners = m->mEvMap[(int)evType-FirstEvent];
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