Changeset 101835 in vbox
- Timestamp:
- Nov 5, 2023 2:42:57 PM (15 months ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r101834 r101835 429 429 xpcom/io/nsISeekableStream.idl \ 430 430 xpcom/io/nsIInputStreamTee.idl \ 431 xpcom/io/nsIMultiplexInputStream.idl \432 431 xpcom/io/nsIAsyncInputStream.idl \ 433 432 xpcom/io/nsIAsyncOutputStream.idl \ -
trunk/src/libs/xpcom18a4/Makefile.kmk
r101834 r101835 317 317 xpcom/io/nsLocalFileOSX.h \ 318 318 xpcom/components/nsModule.h \ 319 xpcom/io/nsMultiplexInputStream.h \320 319 xpcom/io/nsNativeCharsetUtils.h \ 321 320 xpcom/components/nsNativeComponentLoader.h \ … … 653 652 xpcom/io/nsInputStreamTee.cpp \ 654 653 xpcom/io/nsLocalFileCommon.cpp \ 655 xpcom/io/nsMultiplexInputStream.cpp \656 654 xpcom/io/nsScriptableInputStream.cpp \ 657 655 xpcom/io/nsSegmentedBuffer.cpp \ … … 1170 1168 nsIInputStreamTee.xpt \ 1171 1169 nsILineInputStream.xpt \ 1172 nsIMultiplexInputStream.xpt \1173 1170 nsIObjectInputStream.xpt \ 1174 1171 nsIObjectOutputStream.xpt \ -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101834 r101835 93 93 #include "nsICategoryManager.h" 94 94 #include "nsStringStream.h" 95 #include "nsMultiplexInputStream.h"96 95 97 96 #include "nsAtomService.h" … … 384 383 385 384 COMPONENT(STRINGINPUTSTREAM, nsStringInputStreamConstructor), 386 COMPONENT(MULTIPLEXINPUTSTREAM, nsMultiplexInputStreamConstructor),387 385 388 386 COMPONENT(VARIANT, nsVariantConstructor),
Note:
See TracChangeset
for help on using the changeset viewer.