VirtualBox

Changeset 47853 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Aug 19, 2013 5:10:39 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88148
Message:

Build fix; forgot the include file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/EventQueue.h

    r46649 r47853  
    104104    BOOL postEvent(Event *event);
    105105    int processEventQueue(RTMSINTERVAL cMsTimeout);
     106    int processPendingEvents(size_t cNumEvents);
    106107    int interruptEventQueueProcessing();
    107108
     
    111112     *  event queue. */
    112113    RTCRITSECT         mCritSect;
     114    /** Number of concurrent users. At the moment we
     115     *  only support one concurrent user at a time when
     116        calling processEventQueue(). */
     117    uint32_t           mUserCnt;
    113118    /** Event semaphore for getting notified on new
    114119     *  events being handled. */
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