mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
added nsIGenericFactory.h
This commit is contained in:
parent
2f1f98057b
commit
be0e2a94ed
@ -26,3 +26,4 @@ nsXPComCIID.h
|
||||
nsIEventQueueService.h
|
||||
nsICollection.h
|
||||
nsIAllocator.h
|
||||
nsIGenericFactory.h
|
||||
|
@ -47,6 +47,7 @@ EXPORTS = \
|
||||
nsXPComFactory.h \
|
||||
nsXPComCIID.h \
|
||||
nsIEventQueueService.h \
|
||||
nsIGenericFactory.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
@ -39,11 +39,12 @@ EXPORTS = \
|
||||
nsTraceRefcnt.h \
|
||||
nsVector.h \
|
||||
plvector.h \
|
||||
nsXPComFactory.h \
|
||||
nsXPComCIID.h \
|
||||
nsIEventQueueService.h \
|
||||
nsIAllocator.h \
|
||||
nsIRegistry.h \
|
||||
nsXPComFactory.h \
|
||||
nsXPComCIID.h \
|
||||
nsIEventQueueService.h \
|
||||
nsIAllocator.h \
|
||||
nsIRegistry.h \
|
||||
nsIGenericFactory.h \
|
||||
$(NULL)
|
||||
|
||||
MODULE = xpcom
|
||||
|
Loading…
x
Reference in New Issue
Block a user