Changeset 101920 in vbox for trunk/src/libs
- Timestamp:
- Nov 7, 2023 9:50:18 AM (16 months ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 7 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r101860 r101920 377 377 xpcom/base/nsITraceRefcnt.idl \ 378 378 xpcom/base/nsIWeakReference.idl \ 379 xpcom/base/nsIConsoleMessage.idl \380 xpcom/base/nsIConsoleService.idl \381 xpcom/base/nsIConsoleListener.idl \382 379 xpcom/base/nsIErrorService.idl \ 383 380 xpcom/base/nsIException.idl \ -
trunk/src/libs/xpcom18a4/Makefile.kmk
r101905 r101920 554 554 VBox-xpcom-base_DEFS = _IMPL_NS_COM 555 555 VBox-xpcom-base_SOURCES = \ 556 xpcom/base/nsConsoleMessage.cpp \557 xpcom/base/nsConsoleService.cpp \558 556 xpcom/base/nsDebugImpl.cpp \ 559 557 xpcom/base/nsErrorService.cpp \ … … 1081 1079 INSTALLS += VBoxXPCOMBase-xpt-inst 1082 1080 VBOX_XPTFILES = $(addprefix $(PATH_TARGET)/VBox-xpcom-xpt-files/, \ 1083 nsIConsoleListener.xpt \1084 nsIConsoleMessage.xpt \1085 nsIConsoleService.xpt \1086 1081 nsIErrorService.xpt \ 1087 1082 nsIException.xpt \ -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101914 r101920 55 55 #include "nsArray.h" 56 56 #include "nsSupportsPrimitives.h" 57 #include "nsConsoleService.h"58 57 #include "nsExceptionService.h" 59 58 … … 163 162 164 163 NS_GENERIC_FACTORY_CONSTRUCTOR(nsArray) 165 NS_GENERIC_FACTORY_CONSTRUCTOR(nsConsoleService)166 164 NS_GENERIC_FACTORY_CONSTRUCTOR(nsAtomService) 167 165 NS_GENERIC_FACTORY_CONSTRUCTOR(nsExceptionService) … … 332 330 COMPONENT(SUPPORTSARRAY, nsSupportsArray::Create), 333 331 COMPONENT(ARRAY, nsArrayConstructor), 334 COMPONENT(CONSOLESERVICE, nsConsoleServiceConstructor),335 332 COMPONENT(EXCEPTIONSERVICE, nsExceptionServiceConstructor), 336 333 COMPONENT(ATOMSERVICE, nsAtomServiceConstructor),
Note:
See TracChangeset
for help on using the changeset viewer.