Changeset 101824 in vbox
- Timestamp:
- Nov 5, 2023 12:57:58 PM (15 months ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r101819 r101824 407 407 xpcom/ds/nsIProperties.idl \ 408 408 xpcom/ds/nsIPersistentProperties2.idl \ 409 xpcom/ds/nsIRecyclingAllocator.idl \410 409 xpcom/ds/nsIStringEnumerator.idl \ 411 410 xpcom/ds/nsISupportsPrimitives.idl \ -
trunk/src/libs/xpcom18a4/Makefile.kmk
r101821 r101824 328 328 xpcom/proxy/public/nsProxyRelease.h \ 329 329 xpcom/ds/nsQuickSort.h \ 330 xpcom/ds/nsRecyclingAllocator.h \331 330 xpcom/ds/nsRefPtrHashtable.h \ 332 331 xpcom/io/nsScriptableInputStream.h \ … … 621 620 xpcom/ds/nsPersistentProperties.cpp \ 622 621 xpcom/ds/nsQuickSort.cpp \ 623 xpcom/ds/nsRecyclingAllocator.cpp \624 622 xpcom/ds/nsStaticNameTable.cpp \ 625 623 xpcom/ds/nsStringEnumerator.cpp \ … … 1166 1164 nsIPersistentProperties2.xpt \ 1167 1165 nsIPropertyBag.xpt \ 1168 nsIRecyclingAllocator.xpt \1169 1166 nsIVariant.xpt \ 1170 1167 nsISerializable.xpt \ -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101808 r101824 107 107 #include "nsVariant.h" 108 108 109 #include "nsRecyclingAllocator.h"110 111 109 #include "SpecialSystemDirectory.h" 112 110 … … 193 191 NS_GENERIC_FACTORY_CONSTRUCTOR(nsVariant) 194 192 195 NS_GENERIC_FACTORY_CONSTRUCTOR(nsRecyclingAllocatorImpl)196 197 193 static NS_METHOD 198 194 nsXPTIInterfaceInfoManagerGetSingleton(nsISupports* outer, … … 408 404 COMPONENT(VARIANT, nsVariantConstructor), 409 405 COMPONENT(INTERFACEINFOMANAGER_SERVICE, nsXPTIInterfaceInfoManagerGetSingleton), 410 411 COMPONENT(RECYCLINGALLOCATOR, nsRecyclingAllocatorImplConstructor),412 406 413 407 #if 0 /// @todo later
Note:
See TracChangeset
for help on using the changeset viewer.