Closed
Bug 17842
Opened 26 years ago
Closed 26 years ago
nsCOMPtr<nsISupports> should not be strong typed
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
M12
People
(Reporter: dougt, Assigned: scc-obsolete)
Details
I need to be able to do this:
nsISomething* foo;
nsCOMPtr<nsISupports> a = foo;
without modifing the value of foo returned by .get(). This is so that I can
use nsCOMPtr's in xpcom/proxy. Scc and I discussed this and he agreed that
this would be useful.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M12
| Assignee | ||
Comment 1•26 years ago
|
||
See <news://news.mozilla.org/scc-6CA7CA.20330902111999@news.mozilla.org> for a
better description of this bug. Dougt is testing my changes for this bug on
Windows now.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•