VirtualBox

Changeset 77083 in vbox


Ignore:
Timestamp:
Jan 31, 2019 4:30:07 PM (6 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Comments.

File:
1 edited

Legend:

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

    r77082 r77083  
    12791279 * @param   pWaitEvt                Pointer to event to wait for.
    12801280 * @param   msTimeout               Timeout (in ms) for waiting.
    1281  * @param   pType                   Event type of following IEvent.
    1282  *                                  Optional.
    1283  * @param   ppEvent                 Pointer to IEvent which got triggered
    1284  *                                  for this event. Optional.
     1281 * @param   pType                   Event type of following IEvent. Optional.
     1282 * @param   ppEvent                 Pointer to IEvent which got triggered for this event. Optional.
    12851283 */
    12861284int GuestBase::waitForEvent(GuestWaitEvent *pWaitEvt, uint32_t msTimeout, VBoxEventType_T *pType, IEvent **ppEvent)
     
    12941292    {
    12951293        const ComPtr<IEvent> pThisEvent = pWaitEvt->Event();
    1296         if (pThisEvent.isNotNull()) /* Having a VBoxEventType_ event is optional. */ /** @todo r=bird: misplaced comment? */
     1294        if (pThisEvent.isNotNull()) /* Make sure that we actually have an event associated. */
    12971295        {
    12981296            if (pType)
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