Changeset 31589 in vbox for trunk/include/VBox
- Timestamp:
- Aug 11, 2010 11:04:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/EventQueue.h
r31579 r31589 104 104 return mEventQ.get(); 105 105 } 106 #else 107 static int dispatchMessageOnWindows(MSG const *pMsg, int rc); 106 108 #endif 107 109 108 110 private: 109 static EventQueue * mMainQueue;111 static EventQueue *sMainQueue; 110 112 111 113 #ifndef VBOX_WITH_XPCOM … … 120 122 /** Whether it was created (and thus needs destroying) or if a queue already 121 123 * associated with the thread was used. */ 122 BOOLmEQCreated;124 bool mEQCreated; 123 125 124 126 /** Whether event processing should be interrupted. */ 125 BOOLmInterrupted;127 bool mInterrupted; 126 128 127 129 nsCOMPtr <nsIEventQueue> mEventQ;
Note:
See TracChangeset
for help on using the changeset viewer.