Changeset 102320 in vbox
- Timestamp:
- Nov 27, 2023 1:42:54 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160454
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r102318 r102320 480 480 VBox-xpcom-io_SOURCES = \ 481 481 xpcom/io/nsAppFileLocationProvider.cpp \ 482 xpcom/io/nsBinaryStream.cpp \483 482 xpcom/io/nsDirectoryService.cpp \ 484 483 xpcom/io/nsLocalFileCommon.cpp \ -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r102318 r102320 47 47 #include "nsProperties.h" 48 48 #include "nsIProperties.h" 49 #include "nsBinaryStream.h"50 49 51 50 #include "nsDebugImpl.h" … … 165 164 NS_GENERIC_FACTORY_CONSTRUCTOR(nsAtomService) 166 165 NS_GENERIC_FACTORY_CONSTRUCTOR(nsExceptionService) 167 NS_GENERIC_FACTORY_CONSTRUCTOR(nsBinaryOutputStream)168 NS_GENERIC_FACTORY_CONSTRUCTOR(nsBinaryInputStream)169 166 170 167 NS_GENERIC_FACTORY_CONSTRUCTOR(nsVariant) … … 321 318 #define NS_ERRORSERVICE_CLASSNAME NS_ERRORSERVICE_NAME 322 319 COMPONENT(ERRORSERVICE, nsErrorService::Create), 323 324 COMPONENT(BINARYINPUTSTREAM, nsBinaryInputStreamConstructor),325 COMPONENT(BINARYOUTPUTSTREAM, nsBinaryOutputStreamConstructor),326 320 327 321 #define NS_PROPERTIES_CLASSNAME "Properties"
Note:
See TracChangeset
for help on using the changeset viewer.