Changeset 101833 in vbox for trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp
- Timestamp:
- Nov 5, 2023 2:21:41 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159929
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.