Closed
Bug 3509
Opened 26 years ago
Closed 26 years ago
Need a way of registering an instance with the service mgr
Categories
(Core :: XPCOM, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: akkzilla, Assigned: warrensomebody)
Details
We need a simple way of registering an instance (for instance, the
nsSelectionMgr in the widget library) with the service manager, without going
through all the hassle of making a factory and registering the factory and the
library with the registry. DP suggested filing a bug to ask for this.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
I'm way ahead of you. I'm checking this exact thing in tonight. I thought it
would be useful to solve the AppCores vs. ServiceManager dilema.
Now there's nsIServiceManager::RegisterService, and ShutdownService has been
renamed UnregisterService.
You need to log in
before you can comment on or make changes to this bug.
Description
•