VirtualBox

Changeset 77082 in vbox


Ignore:
Timestamp:
Jan 31, 2019 4:26:41 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128535
Message:

Guest Control/Main: Assertion not needed in GuestWaitEvent::SignalExternal().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp

    r77081 r77082  
    15341534int GuestWaitEvent::SignalExternal(IEvent *pEvent)
    15351535{
    1536     /** @todo r=bird: VERR_CANCELLED is misleading. mEventSem can only be NIL if
    1537      *        not successfully initialized! */
    1538     AssertReturn(mEventSem != NIL_RTSEMEVENT, VERR_CANCELLED);
    1539 
    15401536    if (pEvent)
    15411537        mEvent = pEvent;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette