зеркало из 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
|
||||
nsIEventQueueService.h
|
||||
nsIThread.h
|
||||
nsIRunnable.h
|
||||
nsIThreadPool.h
|
||||
|
|
|
@ -43,6 +43,8 @@ EXPORTS = \
|
|||
nsIEventQueue.h \
|
||||
nsIEventQueueService.h \
|
||||
nsIThread.h \
|
||||
nsIThreadPool.h \
|
||||
nsIRunnable.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
|
|
@ -28,6 +28,8 @@ EXPORTS = \
|
|||
nsIEventQueue.h \
|
||||
nsIEventQueueService.h \
|
||||
nsIThread.h \
|
||||
nsIThreadPool.h \
|
||||
nsIRunnable.h \
|
||||
$(NULL)
|
||||
|
||||
XPIDLSRCS = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче