Changeset 101808 in vbox
- Timestamp:
- Nov 5, 2023 9:55:55 AM (15 months ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 7 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r101803 r101808 429 429 xpcom/io/nsIByteArrayInputStream.idl \ 430 430 xpcom/io/nsISeekableStream.idl \ 431 xpcom/io/nsIFastLoadFileControl.idl \432 xpcom/io/nsIFastLoadService.idl \433 431 xpcom/io/nsIInputStreamTee.idl \ 434 432 xpcom/io/nsIMultiplexInputStream.idl \ -
trunk/src/libs/xpcom18a4/Makefile.kmk
r101807 r101808 300 300 xpcom/base/nsError.h \ 301 301 xpcom/threads/nsEventQueueUtils.h \ 302 xpcom/io/nsFastLoadPtr.h \303 xpcom/io/nsFastLoadService.h \304 302 xpcom/ds/nsFixedSizeAllocator.h \ 305 303 xpcom/ds/nsHashKeys.h \ … … 669 667 xpcom/io/nsByteArrayInputStream.cpp \ 670 668 xpcom/io/nsDirectoryService.cpp \ 671 xpcom/io/nsFastLoadFile.cpp \672 xpcom/io/nsFastLoadService.cpp \673 669 xpcom/io/nsInputStreamTee.cpp \ 674 670 xpcom/io/nsLinebreakConverter.cpp \ -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101803 r101808 101 101 #include "nsMultiplexInputStream.h" 102 102 103 #include "nsFastLoadService.h"104 105 103 #include "nsAtomService.h" 106 104 #include "nsAtomTable.h" … … 408 406 COMPONENT(MULTIPLEXINPUTSTREAM, nsMultiplexInputStreamConstructor), 409 407 410 COMPONENT(FASTLOADSERVICE, nsFastLoadService::Create),411 408 COMPONENT(VARIANT, nsVariantConstructor), 412 409 COMPONENT(INTERFACEINFOMANAGER_SERVICE, nsXPTIInterfaceInfoManagerGetSingleton),
Note:
See TracChangeset
for help on using the changeset viewer.