Changeset 101834 in vbox
- Timestamp:
- Nov 5, 2023 2:38:05 PM (15 months ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r101833 r101834 433 433 xpcom/io/nsIAsyncOutputStream.idl \ 434 434 xpcom/io/nsIScriptableInputStream.idl \ 435 xpcom/io/nsIStorageStream.idl \436 435 xpcom/io/nsIStringStream.idl \ 437 436 xpcom/io/nsILineInputStream.idl \ -
trunk/src/libs/xpcom18a4/Makefile.kmk
r101833 r101834 331 331 xpcom/components/nsStaticComponent.h \ 332 332 xpcom/ds/nsStaticNameTable.h \ 333 xpcom/io/nsStorageStream.h \334 333 xpcom/ds/nsStringEnumerator.h \ 335 334 xpcom/io/nsStringIO.h \ … … 658 657 xpcom/io/nsSegmentedBuffer.cpp \ 659 658 xpcom/io/SpecialSystemDirectory.cpp \ 660 xpcom/io/nsStorageStream.cpp \661 659 xpcom/io/nsStringStream.cpp \ 662 660 xpcom/io/nsUnicharInputStream.cpp \ … … 1176 1174 nsIObjectOutputStream.xpt \ 1177 1175 nsISeekableStream.xpt \ 1178 nsIStorageStream.xpt \1179 1176 nsIStringStream.xpt \ 1180 1177 nsIStreamBufferAccess.xpt \ -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101833 r101834 48 48 #include "nsScriptableInputStream.h" 49 49 #include "nsBinaryStream.h" 50 #include "nsStorageStream.h"51 50 52 51 #include "nsMemoryImpl.h" … … 179 178 NS_GENERIC_FACTORY_CONSTRUCTOR(nsBinaryOutputStream) 180 179 NS_GENERIC_FACTORY_CONSTRUCTOR(nsBinaryInputStream) 181 NS_GENERIC_FACTORY_CONSTRUCTOR(nsStorageStream)182 180 183 181 NS_GENERIC_FACTORY_CONSTRUCTOR(nsVariant) … … 337 335 COMPONENT(BINARYINPUTSTREAM, nsBinaryInputStreamConstructor), 338 336 COMPONENT(BINARYOUTPUTSTREAM, nsBinaryOutputStreamConstructor), 339 COMPONENT(STORAGESTREAM, nsStorageStreamConstructor),340 337 341 338 #define NS_PROPERTIES_CLASSNAME "Properties"
Note:
See TracChangeset
for help on using the changeset viewer.