added CreateFromIThread. r:valeski@netscape.com

git-svn-id: svn://10.0.0.236/trunk@51156 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
1999-10-19 19:18:27 +00:00
parent 36419b7094
commit 88e77696a0
3 changed files with 30 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ public:
NS_IMETHOD DestroyThreadEventQueue(void);
NS_IMETHOD GetThreadEventQueue(PRThread* aThread, nsIEventQueue** aResult);
NS_IMETHOD CreateFromIThread(nsIThread *aThread, nsIEventQueue **aResult);
NS_IMETHOD CreateFromPLEventQueue(PLEventQueue* aPLEventQueue, nsIEventQueue** aResult);
NS_IMETHOD PushThreadEventQueue(nsIEventQueue **aNewQueue);
@@ -73,6 +74,8 @@ public:
#endif // XP_MAC
private:
NS_IMETHOD CreateEventQueue(PRThread *aThread);
nsHashtable* mEventQTable;
PRMonitor* mEventQMonitor;
};