- Timestamp:
- Nov 5, 2023 2:21:41 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159929
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r101832 r101833 442 442 xpcom/threads/nsIRunnable.idl \ 443 443 xpcom/threads/nsIThread.idl \ 444 xpcom/threads/nsIProcess.idl \445 444 xpcom/reflect/xptinfo/public/nsIInterfaceInfo.idl \ 446 445 xpcom/reflect/xptinfo/public/nsIInterfaceInfoManager.idl \ -
trunk/src/libs/xpcom18a4/Makefile.kmk
r101832 r101833 322 322 xpcom/ds/nsObserverService.h \ 323 323 xpcom/components/nsObsoleteModuleLoading.h \ 324 xpcom/threads/nsProcess.h \325 324 xpcom/proxy/public/nsProxiedService.h \ 326 325 xpcom/proxy/public/nsProxyEvent.h \ … … 690 689 xpcom/threads/nsEventQueue.cpp \ 691 690 xpcom/threads/nsEventQueueService.cpp \ 692 xpcom/threads/nsThread.cpp \ 693 xpcom/threads/nsProcessCommon.cpp 691 xpcom/threads/nsThread.cpp 694 692 $(evalcall VBOX_XPCOM_X86,VBox-xpcom-threads) 695 693 … … 1205 1203 nsIEventQueue.xpt \ 1206 1204 nsIEventQueueService.xpt \ 1207 nsIProcess.xpt \1208 1205 nsIInterfaceInfo.xpt \ 1209 1206 nsIInterfaceInfoManager.xpt \ -
trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
r101832 r101833 81 81 82 82 #include "nsThread.h" 83 #include "nsProcess.h"84 83 85 84 #include "nsEmptyEnumerator.h" … … 132 131 static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID); 133 132 134 NS_GENERIC_FACTORY_CONSTRUCTOR(nsProcess)135 133 NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsEventQueueServiceImpl, Init) 136 134 … … 387 385 #define NS_DIRECTORY_SERVICE_CLASSNAME "nsIFile Directory Service" 388 386 COMPONENT(DIRECTORY_SERVICE, nsDirectoryService::Create), 389 COMPONENT(PROCESS, nsProcessConstructor),390 387 391 388 COMPONENT(STRINGINPUTSTREAM, nsStringInputStreamConstructor),
Note:
See TracChangeset
for help on using the changeset viewer.