VirtualBox

Changeset 31589 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 11, 2010 11:04:33 PM (14 years ago)
Author:
vboxsync
Message:

EventQueue: windows fixes.

File:
1 edited

Legend:

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

    r31579 r31589  
    104104        return mEventQ.get();
    105105    }
     106#else
     107    static int dispatchMessageOnWindows(MSG const *pMsg, int rc);
    106108#endif
    107109
    108110private:
    109     static EventQueue *mMainQueue;
     111    static EventQueue *sMainQueue;
    110112
    111113#ifndef VBOX_WITH_XPCOM
     
    120122    /** Whether it was created (and thus needs destroying) or if a queue already
    121123     *  associated with the thread was used. */
    122     BOOL mEQCreated;
     124    bool mEQCreated;
    123125
    124126    /** Whether event processing should be interrupted. */
    125     BOOL mInterrupted;
     127    bool mInterrupted;
    126128
    127129    nsCOMPtr <nsIEventQueue> mEventQ;
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