- Timestamp:
- Nov 27, 2023 1:37:06 PM (15 months ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r102315 r102318 347 347 xpcom/io/nsIOutputStream.idl \ 348 348 xpcom/io/nsIStreamBufferAccess.idl \ 349 xpcom/io/nsIScriptableInputStream.idl \350 349 xpcom/proxy/public/nsIProxyObjectManager.idl \ 351 350 xpcom/threads/nsIEventQueueService.idl \ -
trunk/src/libs/xpcom18a4/Makefile.kmk
r102315 r102318 253 253 xpcom/ds/nsQuickSort.h \ 254 254 xpcom/ds/nsRefPtrHashtable.h \ 255 xpcom/io/nsScriptableInputStream.h \256 255 xpcom/ds/nsStaticAtom.h \ 257 256 xpcom/components/nsStaticComponent.h \ … … 484 483 xpcom/io/nsDirectoryService.cpp \ 485 484 xpcom/io/nsLocalFileCommon.cpp \ 486 xpcom/io/nsScriptableInputStream.cpp \487 485 xpcom/io/SpecialSystemDirectory.cpp \ 488 486 xpcom/io/nsNativeCharsetUtils.cpp … … 963 961 nsIInputStream.xpt \ 964 962 nsIOutputStream.xpt \ 965 nsIScriptableInputStream.xpt \966 963 nsIComponentLoader.xpt \ 967 964 nsIComponentLoaderManager.xpt \ -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r102225 r102318 47 47 #include "nsProperties.h" 48 48 #include "nsIProperties.h" 49 #include "nsScriptableInputStream.h"50 49 #include "nsBinaryStream.h" 51 50 … … 323 322 COMPONENT(ERRORSERVICE, nsErrorService::Create), 324 323 325 COMPONENT(SCRIPTABLEINPUTSTREAM, nsScriptableInputStream::Create),326 324 COMPONENT(BINARYINPUTSTREAM, nsBinaryInputStreamConstructor), 327 325 COMPONENT(BINARYOUTPUTSTREAM, nsBinaryOutputStreamConstructor),
Note:
See TracChangeset
for help on using the changeset viewer.