- Timestamp:
- Nov 5, 2023 2:56:30 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159932
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r101835 r101836 406 406 xpcom/ds/nsIAtomService.idl \ 407 407 xpcom/ds/nsIProperties.idl \ 408 xpcom/ds/nsIPersistentProperties2.idl \409 408 xpcom/ds/nsIStringEnumerator.idl \ 410 409 xpcom/ds/nsISupportsPrimitives.idl \ -
trunk/src/libs/xpcom18a4/Makefile.kmk
r101835 r101836 612 612 xpcom/ds/nsObserverService.cpp \ 613 613 xpcom/ds/nsProperties.cpp \ 614 xpcom/ds/nsPersistentProperties.cpp \615 614 xpcom/ds/nsQuickSort.cpp \ 616 615 xpcom/ds/nsStaticNameTable.cpp \ … … 1150 1149 nsICollection.xpt \ 1151 1150 nsIEnumerator.xpt \ 1152 nsIPersistentProperties2.xpt \1153 1151 nsIPropertyBag.xpt \ 1154 1152 nsIVariant.xpt \ -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101835 r101836 45 45 #include "nsProperties.h" 46 46 #include "nsIProperties.h" 47 #include "nsPersistentProperties.h"48 47 #include "nsScriptableInputStream.h" 49 48 #include "nsBinaryStream.h" … … 337 336 #define NS_PROPERTIES_CLASSNAME "Properties" 338 337 COMPONENT(PROPERTIES, nsProperties::Create), 339 340 #define NS_PERSISTENTPROPERTIES_CID NS_IPERSISTENTPROPERTIES_CID /* sigh */341 COMPONENT(PERSISTENTPROPERTIES, nsPersistentProperties::Create),342 338 343 339 COMPONENT(SUPPORTSARRAY, nsSupportsArray::Create),
Note:
See TracChangeset
for help on using the changeset viewer.