зеркало из https://github.com/mozilla/pjs.git
Added nsIRunnable.h and nsIThreadPool.h temporarily.
This commit is contained in:
Родитель
cd61a7002f
Коммит
f117a14a85
|
@ -2,3 +2,5 @@ nsAutoLock.h
|
||||||
nsIEventQueue.h
|
nsIEventQueue.h
|
||||||
nsIEventQueueService.h
|
nsIEventQueueService.h
|
||||||
nsIThread.h
|
nsIThread.h
|
||||||
|
nsIRunnable.h
|
||||||
|
nsIThreadPool.h
|
||||||
|
|
|
@ -43,6 +43,8 @@ EXPORTS = \
|
||||||
nsIEventQueue.h \
|
nsIEventQueue.h \
|
||||||
nsIEventQueueService.h \
|
nsIEventQueueService.h \
|
||||||
nsIThread.h \
|
nsIThread.h \
|
||||||
|
nsIThreadPool.h \
|
||||||
|
nsIRunnable.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||||
|
|
|
@ -28,6 +28,8 @@ EXPORTS = \
|
||||||
nsIEventQueue.h \
|
nsIEventQueue.h \
|
||||||
nsIEventQueueService.h \
|
nsIEventQueueService.h \
|
||||||
nsIThread.h \
|
nsIThread.h \
|
||||||
|
nsIThreadPool.h \
|
||||||
|
nsIRunnable.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
XPIDLSRCS = \
|
XPIDLSRCS = \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче