Changeset 101860 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Nov 6, 2023 11:32:31 AM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159956
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r101852 r101860 430 430 xpcom/io/nsIAsyncOutputStream.idl \ 431 431 xpcom/io/nsIScriptableInputStream.idl \ 432 xpcom/io/nsIStringStream.idl \433 432 xpcom/io/nsILineInputStream.idl \ 434 433 xpcom/proxy/public/nsIProxyObjectManager.idl \ -
trunk/src/libs/xpcom18a4/Makefile.kmk
r101857 r101860 325 325 xpcom/ds/nsStringEnumerator.h \ 326 326 xpcom/io/nsStringIO.h \ 327 xpcom/io/nsStringStream.h \328 327 xpcom/ds/nsSupportsArray.h \ 329 328 xpcom/ds/nsSupportsPrimitives.h \ … … 635 634 xpcom/io/nsScriptableInputStream.cpp \ 636 635 xpcom/io/SpecialSystemDirectory.cpp \ 637 xpcom/io/nsStringStream.cpp \638 636 xpcom/io/nsNativeCharsetUtils.cpp 639 637 if1of ($(KBUILD_TARGET) $(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), freebsd linux netbsd openbsd solaris darwin.amd64 darwin.arm64) … … 1148 1146 nsIObjectOutputStream.xpt \ 1149 1147 nsISeekableStream.xpt \ 1150 nsIStringStream.xpt \1151 1148 nsIStreamBufferAccess.xpt \ 1152 1149 nsIAsyncInputStream.xpt \ -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101859 r101860 89 89 #include "nsCategoryManager.h" 90 90 #include "nsICategoryManager.h" 91 #include "nsStringStream.h"92 91 93 92 #include "nsAtomService.h" … … 375 374 #define NS_DIRECTORY_SERVICE_CLASSNAME "nsIFile Directory Service" 376 375 COMPONENT(DIRECTORY_SERVICE, nsDirectoryService::Create), 377 378 COMPONENT(STRINGINPUTSTREAM, nsStringInputStreamConstructor),379 376 380 377 COMPONENT(VARIANT, nsVariantConstructor),
Note:
See TracChangeset
for help on using the changeset viewer.