Closed
Bug 98276
Opened 23 years ago
Closed 23 years ago
nsCOMPtr needs to be frozen.
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INVALID
mozilla1.0
People
(Reporter: jud, Assigned: dougt)
References
Details
embeddors, et al, need to count on nsCOMPtr not changing.
nsCOMPtr.h drags in...
nscore.h
nsISupports
nsCOMPtr_base
nsCOMPtr_helper
nsQueryInterface
already_AddRefed
nsDerivedSafe
which of these do we want to freeze as well (obviously nsISupports), versus pull
them out into a separate .h?
Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → mozilla1.0
Assignee | ||
Comment 1•23 years ago
|
||
I think that this bug is invalid since we decided to move to the xpcom static
"glue" library. Marking as such.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•